mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 09:48:32 +00:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user