2022-09-12 04:06 PM - last edited on 2022-09-12 04:46 PM by Karl Ottenstein
Using the Attribute manager the user sees whether an attribute, like a texture, is used in the project or not (first column checkboxes).
I've been looking for the same in the C++ API and I swear I haven't seen anything similar neither among the functions nor among Attribute structures.
Any idea how to achieve this is greatly appreciated.
2022-09-14 10:50 AM
Hi!
I think there's no such functionality directly available.
The only way I can come up with is to iterate through all the elements and store their used attributes. That's unfortunately quite some implementation work.
Best regards,
Bernd
2022-09-14 01:11 PM
Needless to say how much time is it to run. (I'm about to purge too heavy teamwork projects).
Thanks for Your answer.