mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-26 02:07:36 +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 = {}
|
psets = {}
|
||||||
for prop in properties:
|
for prop in properties:
|
||||||
if prop.get("propertyDictionaryName") == "IFC":
|
if prop.get("propertyDictionaryName") != "IFC":
|
||||||
continue
|
continue
|
||||||
pset = prop.get("propertySet", None)
|
pset = prop.get("propertySet", None)
|
||||||
if not pset:
|
if not pset:
|
||||||
|
|||||||
Reference in New Issue
Block a user