Skip to content
Snippets Groups Projects
Commit 2d628c13 authored by Florian Meyer's avatar Florian Meyer
Browse files

hopefully the last one, moved the operator into the right place in ops so it...

hopefully the last one, moved the operator into the right place in ops so it can be called from console without error.
parent a615c2ef
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment