From 893fa93c2d9385c1573d779a0304058d27ad1da8 Mon Sep 17 00:00:00 2001 From: Thomas Dinges <blender@dingto.org> Date: Wed, 1 Sep 2010 20:24:11 +0000 Subject: [PATCH] Fix for API changes. (31706) --- add_mesh_twisted_torus.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/add_mesh_twisted_torus.py b/add_mesh_twisted_torus.py index 7377f3044..62b59b347 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(): -- GitLab