Skip to content

Commit

Permalink
Removed defunct reference to deprecated export operator
Browse files Browse the repository at this point in the history
  • Loading branch information
cmbasnett committed Jul 18, 2024
1 parent c8ca818 commit 4729541
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion io_scene_ase/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@

def menu_func_export(self, context):
self.layout.operator(exporter.ASE_OT_export.bl_idname, text='ASCII Scene Export (.ase)')
self.layout.operator(exporter.ASE_OT_export_collections.bl_idname, text='ASCII Scene Export Collections (.ase)')


def register():
Expand Down

0 comments on commit 4729541

Please sign in to comment.