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:
authorFlorian Meyer <florianfelix@web.de>2010-12-18 13:01:21 +0300
committerFlorian Meyer <florianfelix@web.de>2010-12-18 13:01:21 +0300
commit2d628c13abf3135cc9d0472a43b96b40cea910c0 (patch)
tree8c9cb7d30b65bb1b4f5135f5f61f5478a2dd8afd /add_curve_torus_knots.py
parenta615c2ef6c5b6814063ad4b6797e241e34c386b1 (diff)
hopefully the last one, moved the operator into the right place in ops so it can be called from console without error.
Diffstat (limited to 'add_curve_torus_knots.py')
-rw-r--r--add_curve_torus_knots.py2
1 files changed, 1 insertions, 1 deletions
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"