Internal Code Renaming:

Donut > Torus
This commit is contained in:
2010-09-01 20:18:31 +00:00
parent 1c4b6ff334
commit bd79d80b8a
6 changed files with 13 additions and 13 deletions

View File

@@ -135,7 +135,7 @@ class AddTorus(bpy.types.Operator):
def menu_func(self, context):
self.layout.operator(AddTorus.bl_idname, text="Torus", icon='MESH_DONUT')
self.layout.operator(AddTorus.bl_idname, text="Torus", icon='MESH_TORUS')
def register():