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>2014-08-14 13:40:12 +0400
committerBrendon Murphy <meta.androcto1@gmail.com>2014-08-14 13:40:12 +0400
commit38c657a6cdfce83f2308d29f7625ce575f136311 (patch)
tree9e632e669ef4ab588cef81a68272676f00eb075d /add_curve_extra_objects
parenta323e298ad971a5a670c9bf7b26600bc5e7b8b1c (diff)
fixes to bl_info, minor cleanup, toolshelf fix for bsurfaces.
Diffstat (limited to 'add_curve_extra_objects')
-rw-r--r--add_curve_extra_objects/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/add_curve_extra_objects/__init__.py b/add_curve_extra_objects/__init__.py
index e1b7f7a7..434b7191 100644
--- a/add_curve_extra_objects/__init__.py
+++ b/add_curve_extra_objects/__init__.py
@@ -51,7 +51,7 @@ class INFO_MT_curve_extras_add(bpy.types.Menu):
def draw(self, context):
layout = self.layout
layout.operator_context = 'INVOKE_REGION_WIN'
- layout.operator("mesh.curveaceous_galor e",
+ layout.operator("mesh.curveaceous_galore",
text="Curves Galore!")
layout.operator("curve.spirals",
text="Spirals")