assembly: remove Assembly.Group Output status

This commit is contained in:
Zheng, Lei 2020-04-07 16:49:23 +08:00
parent b74434e74e
commit 28d2df2c3d

View File

@ -3776,7 +3776,7 @@ class Assembly(AsmGroup):
obj.addProperty('App::PropertyBool','Freeze','Base','') obj.addProperty('App::PropertyBool','Freeze','Base','')
obj.setPropertyStatus('Freeze','PartialTrigger') obj.setPropertyStatus('Freeze','PartialTrigger')
super(Assembly,self).linkSetup(obj) super(Assembly,self).linkSetup(obj)
obj.setPropertyStatus('Group','Output') obj.setPropertyStatus('Group','-Output')
System.attach(obj) System.attach(obj)
# make sure all children are there, first constraint group, then element # make sure all children are there, first constraint group, then element