Blender Script Knife
if bpy.context.mode == 'OBJECT': bpy.ops.object.editmode_toggle() print("sdfsdfsdfsdf") bpy.ops.mesh.knife_project(cut_through=True) print("234234234234") bpy.ops.object.editmode_toggle() https://gist.github.com/Begalov/763688551b49004d92ef227ddd7694d6 https://blender.stackexchange.com/questions/50588/knife-project-in-python https://blender.stackexchange.com/questions/50171/how-to-cut-all-faces..