mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-23 10:32:42 +00:00
See #4854. Don't show IFC mode UI if there is no IFC model.
Still quite a bit of work to be done here, but this is better than nothing.
This commit is contained in:
@@ -33,6 +33,8 @@ from blenderbim.bim.module.layer.data import LayersData
|
|||||||
|
|
||||||
|
|
||||||
def mode_menu(self, context):
|
def mode_menu(self, context):
|
||||||
|
if not tool.Ifc.get():
|
||||||
|
return
|
||||||
row = self.layout.row(align=True)
|
row = self.layout.row(align=True)
|
||||||
if context.scene.BIMGeometryProperties.mode == "EDIT":
|
if context.scene.BIMGeometryProperties.mode == "EDIT":
|
||||||
row.operator("bim.override_mode_set_object", icon="CANCEL", text="Discard Changes").should_save = False
|
row.operator("bim.override_mode_set_object", icon="CANCEL", text="Discard Changes").should_save = False
|
||||||
|
|||||||
Reference in New Issue
Block a user