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 08:13:57 +0400
committerBrendon Murphy <meta.androcto1@gmail.com>2014-08-14 08:13:57 +0400
commita323e298ad971a5a670c9bf7b26600bc5e7b8b1c (patch)
tree7986a0dd82f5510af14833d02a9e755ffa6a077d /add_curve_extra_objects
parente705b766c9395cd30007fecebb7ff1296384fd85 (diff)
fix for last commit
Diffstat (limited to 'add_curve_extra_objects')
-rw-r--r--add_curve_extra_objects/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/add_curve_extra_objects/__init__.py b/add_curve_extra_objects/__init__.py
index 93d5f498..e1b7f7a7 100644
--- a/add_curve_extra_objects/__init__.py
+++ b/add_curve_extra_objects/__init__.py
@@ -61,8 +61,8 @@ class INFO_MT_curve_extras_add(bpy.types.Menu):
def menu_func(self, context):
self.layout.operator("mesh.curveaceous_galore",
text="Curves Galore!")
- self.layout.operator("curve.spirals",
- text="Spirals")
+ self.layout.operator("curve.torus_knot_plus",
+ text="Torus Knot Plus")
self.layout.operator("curve.spirals",
text="Spirals")