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:
authorThomas Dinges <blender@dingto.org>2010-09-02 00:24:11 +0400
committerThomas Dinges <blender@dingto.org>2010-09-02 00:24:11 +0400
commit893fa93c2d9385c1573d779a0304058d27ad1da8 (patch)
treeba71b4a4701e63419c2c12e07e9ef535da5addc0
parent46df840e017374ef501e64c8eab116a947823f5e (diff)
Fix for API changes. (31706)
-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 7377f304..62b59b34 100644
--- a/add_mesh_twisted_torus.py
+++ b/add_mesh_twisted_torus.py
@@ -349,7 +349,7 @@ class AddTwistedTorus(bpy.types.Operator):
# Add to the menu
def menu_func(self, context):
- self.layout.operator(AddTwistedTorus.bl_idname, text="Twisted Torus", icon='MESH_DONUT')
+ self.layout.operator(AddTwistedTorus.bl_idname, text="Twisted Torus", icon='MESH_TORUS')
def register():