[Bf-extensions-cvs] [a323e29] master: fix for last commit

Brendon Murphy noreply at git.blender.org
Thu Aug 14 06:14:29 CEST 2014


Commit: a323e298ad971a5a670c9bf7b26600bc5e7b8b1c
Author: Brendon Murphy
Date:   Thu Aug 14 14:13:57 2014 +1000
Branches: master
https://developer.blender.org/rBAa323e298ad971a5a670c9bf7b26600bc5e7b8b1c

fix for last commit

===================================================================

M	add_curve_extra_objects/__init__.py

===================================================================

diff --git a/add_curve_extra_objects/__init__.py b/add_curve_extra_objects/__init__.py
index 93d5f49..e1b7f7a 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")



More information about the Bf-extensions-cvs mailing list