[Bf-extensions-cvs] [b76a084] dxf_import: fix for last commit

Brendon Murphy noreply at git.blender.org
Fri Aug 15 12:38:31 CEST 2014


Commit: b76a084640f22470eddb0b6d73c25525ce5ea01d
Author: Brendon Murphy
Date:   Thu Aug 14 14:13:57 2014 +1000
Branches: dxf_import
https://developer.blender.org/rBAb76a084640f22470eddb0b6d73c25525ce5ea01d

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