temporarily hide IFC Spatial Manager for IFC2X3 models

This commit is contained in:
Sigma Dimensions
2023-06-14 10:47:00 +01:00
parent 62b5f080ab
commit 8a108627e4
@@ -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: