Notifications
Clear all

[Closed] Parameter wiring to caDefs through script

Is there a way to get the subAnim path of a track that is inside a caDef so it can be used for parameter wiring through script?

When using getSubAnimNames on the modifier where the def is being stored it does not return the def, so I do not know what the path should be from that point forward. I’ve tried a few things and haven’t been able to get anything working yet.

Thanks guys.

1 Reply

Nevermind, just got it…

$.modifiers[1].caDefName[#subAnimName]

The entire path doesn’t need to be subAnims, just as long as it finishes with one.

Thanks anyways!