mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-23 07:42:41 +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
|
from pathlib import Path
|
||||||
|
|
||||||
|
|
||||||
class ExecuteIfcTester(bpy.types.Operator, tool.Ifc.Operator):
|
class ExecuteIfcTester(bpy.types.Operator):
|
||||||
bl_idname = "bim.execute_ifc_tester"
|
bl_idname = "bim.execute_ifc_tester"
|
||||||
bl_label = "Execute IfcTester"
|
bl_label = "Execute IfcTester"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user