Removed defunct reference to deprecated export operator

This commit is contained in:
Colin Basnett
2024-07-18 12:12:42 -07:00
parent c8ca818e43
commit 4729541f5c

View File

@@ -17,7 +17,6 @@ classes = exporter.classes
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():