mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-31 00:46:36 +00:00
Remove unnecessary IFC operators
This commit is contained in:
@@ -1724,7 +1724,7 @@ class SelectAllSheets(bpy.types.Operator):
|
|||||||
return {"FINISHED"}
|
return {"FINISHED"}
|
||||||
|
|
||||||
|
|
||||||
class OpenSheet(bpy.types.Operator, tool.Ifc.Operator):
|
class OpenSheet(bpy.types.Operator):
|
||||||
bl_idname = "bim.open_sheet"
|
bl_idname = "bim.open_sheet"
|
||||||
bl_label = "Open Sheet"
|
bl_label = "Open Sheet"
|
||||||
bl_description = (
|
bl_description = (
|
||||||
|
|||||||
@@ -426,7 +426,7 @@ class EnableEditingZone(bpy.types.Operator):
|
|||||||
return {"FINISHED"}
|
return {"FINISHED"}
|
||||||
|
|
||||||
|
|
||||||
class DisableEditingZone(bpy.types.Operator, tool.Ifc.Operator):
|
class DisableEditingZone(bpy.types.Operator):
|
||||||
bl_idname = "bim.disable_editing_zone"
|
bl_idname = "bim.disable_editing_zone"
|
||||||
bl_label = "Disable Editing Zone"
|
bl_label = "Disable Editing Zone"
|
||||||
bl_options = {"REGISTER", "UNDO"}
|
bl_options = {"REGISTER", "UNDO"}
|
||||||
|
|||||||
Reference in New Issue
Block a user