Cleanup: run autopep8 on release/scripts/templates_py
This commit is contained in:
@@ -97,7 +97,8 @@ class AddBox(bpy.types.Operator, AddObjectHelper):
|
||||
def menu_func(self, context):
|
||||
self.layout.operator(AddBox.bl_idname, icon='MESH_CUBE')
|
||||
|
||||
# Register and add to the "add mesh" menu (required to use F3 search "Add Box" for quick access)
|
||||
|
||||
# Register and add to the "add mesh" menu (required to use F3 search "Add Box" for quick access).
|
||||
def register():
|
||||
bpy.utils.register_class(AddBox)
|
||||
bpy.types.VIEW3D_MT_mesh_add.append(menu_func)
|
||||
|
||||
Reference in New Issue
Block a user