bim.execute_ifc_tester - remove unnecessary ifc operator

This commit is contained in:
Andrej730
2024-11-08 16:15:08 +05:00
parent f7a7626575
commit 1fa3478a9d
@@ -31,7 +31,7 @@ import bonsai.bim.handler
from pathlib import Path
class ExecuteIfcTester(bpy.types.Operator, tool.Ifc.Operator):
class ExecuteIfcTester(bpy.types.Operator):
bl_idname = "bim.execute_ifc_tester"
bl_label = "Execute IfcTester"