Fix bug where split elements by plane didn't work on multiple elements due to forgetting to toggle normals of the cutting plane.

This commit is contained in:
Dion Moult
2023-08-22 17:31:54 +10:00
parent c1bde09585
commit 240a31db3a
+2
View File
@@ -126,6 +126,8 @@ class Misc(blenderbim.core.tool.Misc):
mod.object = cutter
bpy.ops.object.modifier_apply({"object": obj}, modifier="Boolean")
bm.to_mesh(cutter_mesh)
new_objs.append(new_obj)
bm.to_mesh(cutter_mesh)