![]()
Set the appearance of key ticks in the Time Slider
To set the thickness of your keyframes in the Time Slider
- Select Window > Settings/Preferences.> Preferences.
The Maya Preferences window appears.
- In the Timeline section, set the Key Tick Size preference setting.
Key thickness is measured in pixels. The minimum key thickness is 1 pixel and the maximum is 63 pixels.
To set the color of a curve’s keyframes in the Time Slider
- In the Graph Editor graph view, select a curve.
- In the Graph Editor menu bar, select Curves > Spreadsheet.
The spreadsheet for the selected animation curve appears in the Attribute Editor.
- Choose a Curve Color and turn on Use Curve Color.
All the curve’s keyframes in the Time Slider are now the Curve Color you selected.
To set the color of individual keyframes in the Time Slider
- Select Window > Settings/Preferences > Colors > Animation.
- Choose a Time Slider Tick Special color and click Save.
- In the Graph Editor, select the keyframe(s) you want drawn in the Time Slider Tick Special color.
- In the Command Line or Script Editor, enter the
keyframeMEL command with the-tickDrawSpecial(-tds)flag as follows:
keyframe -tds onand then press
on the number pad.
The keyframes you selected and set the
-tdsflag for are now drawn with Time Slider Tick Special color in the Time Slider.For more information on this flag, see keyframe in the MEL Command Reference documentation.