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:
authorAaron Keith <aaroninusa@gmail.com>2010-11-08 11:26:50 +0300
committerAaron Keith <aaroninusa@gmail.com>2010-11-08 11:26:50 +0300
commit5b0bf07235337163c2a28b9413181a3cce480798 (patch)
tree3d9aacb7ec29bd24f0f0c044e03d3a5d9760c3c9 /add_mesh_BoltFactory/__init__.py
parent0f094dc171561bccdcbcd31c010f18ff655ab895 (diff)
Now works in edit mode
Diffstat (limited to 'add_mesh_BoltFactory/__init__.py')
-rw-r--r--add_mesh_BoltFactory/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/add_mesh_BoltFactory/__init__.py b/add_mesh_BoltFactory/__init__.py
index 253881e7..c69ae5f3 100644
--- a/add_mesh_BoltFactory/__init__.py
+++ b/add_mesh_BoltFactory/__init__.py
@@ -44,7 +44,7 @@ init_data = True
##### REGISTER #####
def add_mesh_bolt_button(self, context):
- self.layout.operator(Boltfactory.add_mesh_bolt.bl_idname, text="BOLT", icon="PLUGIN")
+ self.layout.operator(Boltfactory.add_mesh_bolt.bl_idname, text="Bolt", icon="PLUGIN")
def register():