Hi everyone,
I'd like to code via Python custom property set and quantity set for each object on my Blender scene but I don't know how to do it. Some suggestions!? Thank you in advance.
Hi everyone,
I'd like to code via Python custom property set and quantity set for each object on my Blender scene but I don't know how to do it. Some suggestions!? Thank you in advance.
Hi, did you check the documentation?
https://blenderbim.org/docs-python/autoapi/ifcopenshell/api/pset/add_pset/index.html
https://blenderbim.org/docs-python/autoapi/ifcopenshell/api/pset/add_qto/index.html
Also, here there's a little example that uses add_pset
: https://community.osarch.org/discussion/1931/
@bruno_perdigao thank you so much for the tips!
Login or Register to reply.