From 4729541f5cebafad0a492afb3b561647695860a4 Mon Sep 17 00:00:00 2001 From: Colin Basnett Date: Thu, 18 Jul 2024 12:12:42 -0700 Subject: [PATCH] Removed defunct reference to deprecated export operator --- io_scene_ase/__init__.py | 1 - 1 file changed, 1 deletion(-) 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():