Skip to content
Snippets Groups Projects
__init__.py 33.8 KiB
Newer Older
  • Learn to ignore specific revisions
  •     # bpy.utils.unregister_module(__name__)
    
        # remove from the export / import menu
        bpy.types.TOPBAR_MT_file_export.remove(menu_func_export)
        bpy.types.TOPBAR_MT_file_import.remove(menu_func_import)