mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-12 02:23:34 +00:00
Minor fix where bSDD didn't load IFC properties
This commit is contained in:
@@ -90,7 +90,7 @@ class Bsdd(blenderbim.core.tool.Bsdd):
|
||||
|
||||
psets = {}
|
||||
for prop in properties:
|
||||
if prop.get("propertyDictionaryName") == "IFC":
|
||||
if prop.get("propertyDictionaryName") != "IFC":
|
||||
continue
|
||||
pset = prop.get("propertySet", None)
|
||||
if not pset:
|
||||
|
||||
Reference in New Issue
Block a user