mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-10 06:00:51 +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:
|
if constraint:
|
||||||
child.constraints.remove(constraint)
|
child.constraints.remove(constraint)
|
||||||
constraint = child.constraints.new("CHILD_OF")
|
constraint = child.constraints.new("CHILD_OF")
|
||||||
|
constraint.name = "BBIM_Array_CHILD_OF"
|
||||||
constraint.target = parent_obj
|
constraint.target = parent_obj
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
|
|||||||
Reference in New Issue
Block a user