Changeset View
Changeset View
Standalone View
Standalone View
mesh_carver.py
| Context not available. | |||||
| return {'FINISHED'} | return {'FINISHED'} | ||||
| def cancel(self, context): | def cancel(self, context): | ||||
| # Note: used to prevent memory leaks on quiting Blender while the modal operator | # Note: used to prevent memory leaks on quitting Blender while the modal operator | ||||
| # is still running, gets called on return {"CANCELLED"} | # is still running, gets called on return {"CANCELLED"} | ||||
| bpy.types.SpaceView3D.draw_handler_remove(self._handle, 'WINDOW') | bpy.types.SpaceView3D.draw_handler_remove(self._handle, 'WINDOW') | ||||
| Context not available. | |||||