mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 09:48:32 +00:00
Add distinguishable name for arrays constraints
This commit is contained in:
@@ -1067,6 +1067,7 @@ class Blender(bonsai.core.tool.Blender):
|
||||
if constraint:
|
||||
child.constraints.remove(constraint)
|
||||
constraint = child.constraints.new("CHILD_OF")
|
||||
constraint.name = "BBIM_Array_CHILD_OF"
|
||||
constraint.target = parent_obj
|
||||
|
||||
@classmethod
|
||||
|
||||
Reference in New Issue
Block a user