mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 17:58:20 +00:00
bim.execute_ifc_tester - remove unnecessary ifc operator
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user