Hiding all/most properties that are supposed to be hidden on document restore again.

This commit is contained in:
markus
2018-08-22 13:54:13 -07:00
committed by wmayer
parent f094ae4135
commit 7c048482bf
13 changed files with 62 additions and 13 deletions

View File

@@ -212,6 +212,8 @@ class ObjectJob:
self.fixupResourceClone(obj, 'Base', 'BaseGeometry')
self.fixupOperations(obj)
self.setupSetupSheet(obj)
obj.setEditorMode('Operations', 2) # hide
obj.setEditorMode('Placement', 2)
def onChanged(self, obj, prop):
if prop == "PostProcessor" and obj.PostProcessor: