Material: Provisorily hide preview fields while mat preview is not implemented

This commit is contained in:
Yorik van Havre
2019-02-14 10:49:24 -02:00
parent 38a4cf7fa0
commit 671addb4cd
2 changed files with 6 additions and 3 deletions

View File

@@ -67,6 +67,10 @@ class MaterialEditor:
buttonSave = widget.ButtonSave
comboMaterial = widget.ComboMaterial
treeView = widget.treeView
# temporarily hide preview fields, as they are not used yet
# TODO : implement previews
widget.PreviewGroup.hide()
buttonURL.setIcon(QtGui.QIcon(":/icons/internet-web-browser.svg"))
buttonDeleteProperty.setEnabled(False)