assembly: remove Assembly.Group Output status
This commit is contained in:
parent
b74434e74e
commit
28d2df2c3d
|
@ -3776,7 +3776,7 @@ class Assembly(AsmGroup):
|
|||
obj.addProperty('App::PropertyBool','Freeze','Base','')
|
||||
obj.setPropertyStatus('Freeze','PartialTrigger')
|
||||
super(Assembly,self).linkSetup(obj)
|
||||
obj.setPropertyStatus('Group','Output')
|
||||
obj.setPropertyStatus('Group','-Output')
|
||||
System.attach(obj)
|
||||
|
||||
# make sure all children are there, first constraint group, then element
|
||||
|
|
Loading…
Reference in New Issue
Block a user