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:
authorBrendon Murphy <meta.androcto1@gmail.com>2010-04-09 18:02:03 +0400
committerBrendon Murphy <meta.androcto1@gmail.com>2010-04-09 18:02:03 +0400
commit6271cf6b388326153e42b6d85e7e6b5b83549c4f (patch)
tree9b6f7f93340d0de7a808a50d554a65c6311e5081 /add_mesh_twisted_torus.py
parent14b25bcc4adf6b67ee255e32a0f00411966c5c15 (diff)
fix duplicated operator in trunk/py/scripts/addons/add_mesh_twisted_torus.py
Diffstat (limited to 'add_mesh_twisted_torus.py')
-rw-r--r--add_mesh_twisted_torus.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/add_mesh_twisted_torus.py b/add_mesh_twisted_torus.py
index 58fdeea1..fcdc9c41 100644
--- a/add_mesh_twisted_torus.py
+++ b/add_mesh_twisted_torus.py
@@ -112,7 +112,7 @@ from bpy.props import *
class AddTwistedTorus(bpy.types.Operator):
'''Add a torus mesh'''
- bl_idname = "mesh.primitive_torus_add"
+ bl_idname = "mesh.primitive_twisted_torus_add"
bl_label = "Add Torus"
bl_options = {'REGISTER', 'UNDO'}