Controlling animation through code

Hello,

I am new to ActorCore and is planning to in Omniverse platform. I have gone through the introduction videos of ActorCore and has got a fair understanding on how it works.

I am working on few use cases where I need to animate the character based on certain conditions through my python code in Omniverse extension. For example, how can I start and stop an animation from a button click? I checked the documentation but couldn’t find any reference to activating the motion from code.

Does ActorCore supports controlling the motion/animation of a character through code? If so, can anyone please guide me on how to implement that?

Any help is appreciated.
Thanks in advance.

Hi…

ActorCore just exports your actor or motion in standard FBX format. There are no coding options on the ActorCore side, but you can certainly take the actors or motions into 3rd party software like Omniverse and do the coding there.

Thanks for the reply @Pete_RL . Can you please tell me how can I start and stop a motion from code? For example, how can I start and stop an actor walking on button click?

Is that possible?