On 28/12/2015 at 21:33, xxxxxxxx wrote:
Howdy,
How does one gather all the descriptions of an object? Or to be able to iterate through them all in Python?
Let's say I'd like to get all the attributes of an object, all of the keyable, or linkable(via Xpresso) attributes of an object. Is there a way to get all of them through python? Like specifically, all of the specific attributes for that object(Layers, Coordinates, Names, etc. are all the same).
I know I can do op[c4d.SOME_ID_NAME], but I have no way to procedurally iterate through all available unique descriptions for that object?
The idea behind this, is I'd like to be able to get all the descriptions so I could store any keyframes and rebuild key tracks if needed.
Can anyone help me out in this realm?