Is there a way to snap to 10 frames each or 5 frames each in the Timeslider with the mouse or shortcut K?

Is there a way to snap to 10 frames each or 5 frames each in the Timeslider with the mouse or shortcut K?

amaterasu-qbb
Collaborator Collaborator
853 Views
2 Replies
Message 1 of 3

Is there a way to snap to 10 frames each or 5 frames each in the Timeslider with the mouse or shortcut K?

amaterasu-qbb
Collaborator
Collaborator

I have set the preference to 10 frames in the Tick Span(time slider).


In addition to typing numbers at equal intervals in Set the current time, 

 

I'm searching for another way.
Is there a way to snap to 10 frames each or 5 frames each in time slider with the mouse or shortcut K?

Please let me know if you have one.

キャプチャ4.PNG

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

mspeer
Consultant
Consultant
Accepted solution

Hi!

There is no snapping feature like this in Maya.

You could create your own script (to be executed in a menu or by hotkey) to increment (or decrement ) the current time value by using any custom value.

Example for +10:

currentTime (`currentTime -q` + 10);

 

Message 3 of 3

amaterasu-qbb
Collaborator
Collaborator

Sorry for the late reply.
You're right.

This Script is also very useful.
It can also be used with Set Key Option>set key at prompt too!