Material: Fixed return value of the material editor
This commit is contained in:
parent
704d3caf08
commit
2688a2f501
|
@ -238,10 +238,10 @@ class MaterialEditor:
|
|||
importFCMat.write(filename,d)
|
||||
|
||||
def show(self):
|
||||
self.widget.show()
|
||||
return self.widget.show()
|
||||
|
||||
def exec_(self):
|
||||
self.widget.exec_()
|
||||
return self.widget.exec_()
|
||||
|
||||
def translate(context,text):
|
||||
"translates text"
|
||||
|
|
Loading…
Reference in New Issue
Block a user