Skip to content

Commit

Permalink
Merge pull request #17 from OmooLab/feature/dev
Browse files Browse the repository at this point in the history
fix: cannot convert to mesh in chinese language blender
  • Loading branch information
icrdr authored May 31, 2024
2 parents e0c46e9 + 0e2d6fe commit b35c816
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 b35c816

Please sign in to comment.