temporarily hide IFC Spatial Manager for IFC2X3 models

This commit is contained in:
Sigma Dimensions
2023-06-14 10:47:00 +01:00
parent fb02ac34d4
commit 6a287ced7c
@@ -107,7 +107,7 @@ class BIM_PT_SpatialManager(Panel):
@classmethod
def poll(cls, context):
return tool.Ifc.get()
return tool.Ifc.get() and tool.Ifc.schema().name() != "IFC2X3"
def draw(self, context):
if not SpatialData.is_loaded: