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:
-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")