Error when creating custom psets
Greetings everyone,
Wondering if anyone can lend a hand on an error that I found. I'm trying to generate a custom Pset that will apply to all objects in the model, however when I try to save as Pset Template it returns an error. I've tried saving a simple "My_Data" "MyProperty" "Some Value" Pset and it returns the same error.
Python: Traceback (most recent call last):
File "C:\Users\njnunes\AppData\Roaming\Blender Foundation\Blender\4.5\extensions.local\lib\python3.11\site-packages\bonsai\tool\pset_template.py", line 47, in execute
result = self._execute(context)
^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\njnunes\AppData\Roaming\Blender Foundation\Blender\4.5\extensions.local\lib\python3.11\site-packages\bonsai\bim\module\pset\operator.py", line 566, in _execute
tool.PsetTemplate.add_pset_as_template(pset, template_file)
File "C:\Users\njnunes\AppData\Roaming\Blender Foundation\Blender\4.5\extensions.local\lib\python3.11\site-packages\bonsai\tool\pset_template.py", line 74, in add_pset_as_template
description=property.Description,
^^^^^^^^^^^^^^^^^^^^
File "C:\Users\njnunes\AppData\Roaming\Blender Foundation\Blender\4.5\extensions.local\lib\python3.11\site-packages\ifcopenshell\entity_instance.py", line 263, in getattr
raise AttributeError(
AttributeError: entity instance of type 'IFC4X3_ADD2.IfcPropertySingleValue' has no attribute 'Description'
