diff --git a/io_scene_ase/__init__.py b/io_scene_ase/__init__.py index c119dd3..152323c 100644 --- a/io_scene_ase/__init__.py +++ b/io_scene_ase/__init__.py @@ -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():