Changeset View
Changeset View
Standalone View
Standalone View
object_boolean_tools.py
| Context not available. | |||||
| del _obj["BoolToolRoot"] | del _obj["BoolToolRoot"] | ||||
| # Handle the callbacks when modifing things in the scene | # Handle the callbacks when modifying things in the scene | ||||
| @persistent | @persistent | ||||
| def HandleScene(scene): | def HandleScene(scene): | ||||
| if bpy.data.objects.is_updated: | if bpy.data.objects.is_updated: | ||||
| Context not available. | |||||
| name="Make Boundary", | name="Make Boundary", | ||||
| default=False, | default=False, | ||||
| description="When Apply a Brush to the Object it will create a\n" | description="When Apply a Brush to the Object it will create a\n" | ||||
| "new vertex group of the bondary boolean area", | "new vertex group of the boundary boolean area", | ||||
| ) | ) | ||||
| use_wire = BoolProperty( | use_wire = BoolProperty( | ||||
| name="Use Bmesh", | name="Use Bmesh", | ||||
| Context not available. | |||||