Skip to content

Commit

Permalink
#4272 Updated legacy addons to extensions equivalents with BFA changes
Browse files Browse the repository at this point in the history
Also removed the legacy addon from the addon, since they are now core.
Added a note to the title of the addon too, into the manifest for now.
  • Loading branch information
Draise14 committed May 27, 2024
1 parent f90fef0 commit e1ba5a7
Show file tree
Hide file tree
Showing 43 changed files with 1,265 additions and 5,231 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -304,11 +304,11 @@ def poll_drop(cls, context):

# Add to a menu
def menu_func_export(self, context):
self.layout.operator(Export3DS.bl_idname, text="Autodesk 3DS (.3ds)")
self.layout.operator(Export3DS.bl_idname, text="3D Studio (.3ds)", icon='SAVE_3DS') #bfa - added icon


def menu_func_import(self, context):
self.layout.operator(Import3DS.bl_idname, text="Autodesk 3DS (.3ds)")
self.layout.operator(Import3DS.bl_idname, text="3D Studio (.3ds)", icon='LOAD_3DS') #bfa - added icon


def register():
Expand Down

This file was deleted.

This file was deleted.

0 comments on commit e1ba5a7

Please sign in to comment.