We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e0c46e9 + 0e2d6fe commit b35c816Copy full SHA for b35c816
bioxelnodes/operators.py
@@ -196,7 +196,7 @@ def execute(self, context):
196
mesh.name = f"Mesh_{container.name}"
197
198
bpy.ops.object.constraint_add(type='COPY_TRANSFORMS')
199
- mesh.constraints["Copy Transforms"].target = container
+ mesh.constraints[0].target = container
200
201
bpy.ops.node.new_geometry_nodes_modifier()
202
modifier = mesh.modifiers[0]
0 commit comments