Changeset View
Changeset View
Standalone View
Standalone View
add_mesh_BoltFactory/Boltfactory.py
| Context not available. | |||||
| bl_description = "adds many types of Bolts" | bl_description = "adds many types of Bolts" | ||||
| align_matrix = mathutils.Matrix() | align_matrix = mathutils.Matrix() | ||||
| MAX_INPUT_NUMBER = 50 | MAX_INPUT_NUMBER = 500 #increase to allow extra long bolts | ||||
| # edit - Whether to add or update. | # edit - Whether to add or update. | ||||
| edit = BoolProperty(name="", | edit = BoolProperty(name="", | ||||
| Context not available. | |||||