From 28d2df2c3dabb8fadc40d3e01fb53d58e81fcb5e Mon Sep 17 00:00:00 2001 From: "Zheng, Lei" Date: Tue, 7 Apr 2020 16:49:23 +0800 Subject: [PATCH] assembly: remove Assembly.Group Output status --- freecad/asm3/assembly.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freecad/asm3/assembly.py b/freecad/asm3/assembly.py index 388183d..fd6cd08 100644 --- a/freecad/asm3/assembly.py +++ b/freecad/asm3/assembly.py @@ -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