|
This is probably a simple question, but I just can’t find the right help doc/example.
How can I get a list of properties for a given custom attribute block (or from the MyObject.baseObject node). I want to iterate over all the parameters i’ve made, determine it’s type (float, int, point3, etc) and apply the correct controller.
Thanks,
Adrian
|
|
|
|
what about using getPropNames() and weeding out the ones you don’t want? You can then use getProperty() to access the properties by name.
David “Stokes” Stokes
Senior Technical Artist, Blue Fang Games
|
|
|