AnimationGraph - interacting with it through Python

Is there any way to interact with the AnimationGraph from Python? I don’t see an option to create custom nodes there, like in ActionGraph, for example. So, for example, how can I access an existing node in the AnimationGraph on the stage and read its output in Python?

1 Like

Hello @pavel.kulko! Yes! The Animation Graph is controllable through the Action Graph or through Python. In fact, it uses Action Graph as the primary control method. Take a look at our documentation here: Controlling Animation Graphs

Here is a link to an video overview of the Basics of the Animation Graph

Here is a link to the omni.graph.core code overview