How to pause an animation on a set frame with python

How to pause an animation on a set frame with python

a_melbourne01
Enthusiast Enthusiast
508 Views
2 Replies
Message 1 of 3

How to pause an animation on a set frame with python

a_melbourne01
Enthusiast
Enthusiast

Script.PNG

Hi,

 

I'm just looking for something simple. The above doesn't work.

0 Likes
Accepted solutions (1)
509 Views
2 Replies
Replies (2)
Message 2 of 3

a_melbourne01
Enthusiast
Enthusiast

Just to add more context, I have a turntable set up with a set view. I would like to have a way of just snapping the turntable to set angles (Frames) to view my car in side,front,front3Q and so on and so on. I know that I could do this with transform variants, but I have multiple turntable in different places. But all the Turntable run off the same animation so it would be a lot better to control it though python in the Vsets.

 

Thanks Andy

0 Likes
Message 3 of 3

__daniel.lincoln__
Alumni
Alumni
Accepted solution
Hello,
Does this usage work for your configuration?
playCAnimation("TurnTable", 250, 250)
0 Likes