Skip to content

Commit

Permalink
fix: cannot convert to mesh in chinese language blender
Browse files Browse the repository at this point in the history
  • Loading branch information
icrdr committed May 31, 2024
1 parent 2528d98 commit 0e2d6fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bioxelnodes/operators.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ def execute(self, context):
mesh.name = f"Mesh_{container.name}"

bpy.ops.object.constraint_add(type='COPY_TRANSFORMS')
mesh.constraints["Copy Transforms"].target = container
mesh.constraints[0].target = container

bpy.ops.node.new_geometry_nodes_modifier()
modifier = mesh.modifiers[0]
Expand Down

0 comments on commit 0e2d6fe

Please sign in to comment.