Add distinguishable name for arrays constraints

This commit is contained in:
Andrej730
2025-02-11 12:01:43 +05:00
parent 77f9dbf4f0
commit 21562d7e7d
+1
View File
@@ -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