Skip to content
Snippets Groups Projects
Commit 479efca1 authored by Brendon Murphy's avatar Brendon Murphy
Browse files

adding operator presets

parent b5d26052
No related branches found
No related tags found
No related merge requests found
......@@ -45,7 +45,7 @@ class add_mesh_bolt(bpy.types.Operator):
''''''
bl_idname = "mesh.bolt_add"
bl_label = "Add Bolt"
bl_options = {'REGISTER', 'UNDO'}
bl_options = {'REGISTER', 'UNDO', 'PRESET'}
bl_description = "adds many types of Bolts"
align_matrix = mathutils.Matrix()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment