mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-23 15:06:25 +00:00
Fix #1401. Modified custom psets are now immediately available without needing to restart Blender.
This commit is contained in:
@@ -195,6 +195,7 @@ class EditPset(bpy.types.Operator):
|
||||
"pset": self.file.by_id(pset_id),
|
||||
"name": props.active_pset_name,
|
||||
"properties": properties,
|
||||
"pset_template": blenderbim.bim.schema.ifc.psetqto.get_by_name(props.active_pset_name),
|
||||
},
|
||||
)
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user