From 2d628c13abf3135cc9d0472a43b96b40cea910c0 Mon Sep 17 00:00:00 2001 From: Florian Meyer Date: Sat, 18 Dec 2010 10:01:21 +0000 Subject: hopefully the last one, moved the operator into the right place in ops so it can be called from console without error. --- add_curve_torus_knots.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'add_curve_torus_knots.py') diff --git a/add_curve_torus_knots.py b/add_curve_torus_knots.py index 02273d07..1a298488 100644 --- a/add_curve_torus_knots.py +++ b/add_curve_torus_knots.py @@ -100,7 +100,7 @@ def create_torus_knot(self, context): class torus_knot_plus(bpy.types.Operator, AddObjectHelper): '''''' - bl_idname = "torus_knot_plus" + bl_idname = "curve.torus_knot_plus" bl_label = "Torus Knot +" bl_options = {'REGISTER', 'UNDO'} bl_description = "adds many types of knots" -- cgit v1.2.3