Assembly: Fix objects in group would not have the dragger appear when selected.
This commit is contained in:
committed by
Chris Hennes
parent
e773c65abb
commit
2dc8612a78
@@ -1107,6 +1107,9 @@ def getMovingPart(assembly, ref):
|
||||
if not obj:
|
||||
continue
|
||||
|
||||
if obj.TypeId == "App::DocumentObjectGroup":
|
||||
continue # we ignore groups.
|
||||
|
||||
return obj
|
||||
|
||||
return None
|
||||
|
||||
Reference in New Issue
Block a user