Internal Code Renaming:
Donut > Torus
This commit is contained in:
@@ -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():
|
||||
|
||||
Reference in New Issue
Block a user