Materials: Applied rockn's bugfix in material editor
This commit is contained in:
parent
7b39e233e3
commit
2b172a9f41
|
@ -239,7 +239,7 @@ class MaterialEditor(QtGui.QDialog):
|
|||
if filename:
|
||||
self.clearEditor()
|
||||
import importFCMat
|
||||
d = importFCMat.read(filename)
|
||||
d = importFCMat.read(filename[0])
|
||||
if d:
|
||||
self.updateContents(d)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user