Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrendon Murphy <meta.androcto1@gmail.com>2011-12-30 08:29:38 +0400
committerBrendon Murphy <meta.androcto1@gmail.com>2011-12-30 08:29:38 +0400
commit479efca181c7d2aa3c08735596f7b2dad61cf461 (patch)
tree0058a4bcb1e033f5404717f6c3ca1e1bc93b848b /add_mesh_BoltFactory/Boltfactory.py
parentb5d26052c02254923f24197fda47fa4607e05e28 (diff)
adding operator presets
Diffstat (limited to 'add_mesh_BoltFactory/Boltfactory.py')
-rw-r--r--add_mesh_BoltFactory/Boltfactory.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/add_mesh_BoltFactory/Boltfactory.py b/add_mesh_BoltFactory/Boltfactory.py
index d0734f4a..24237acd 100644
--- a/add_mesh_BoltFactory/Boltfactory.py
+++ b/add_mesh_BoltFactory/Boltfactory.py
@@ -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()