Skip to content

Create coloured markers on top of Maya's native timeline. Comments can be added to each marker that appear as tool tips.

License

Notifications You must be signed in to change notification settings

robertjoosten/maya-timeline-marker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

maya-timeline-marker

Create coloured markers on top of Maya's native timeline. Comments can be added to each marker that appear as tool tips.

Click for video

Installation

  • Extract the content of the .rar file anywhere on disk.
  • Drag the timeline-marker.mel file in Maya to permanently install the script.

Note

The UI elements are added to the timeline menu and can be accessed by right clicking on the timeline. You have the option to change the color of your marker points and also add comments where necessary. ToolTips will appear to show the comment while hovering over the timeline. The markers are stored in the maya file.

Command line + Hotkey

The following functions can be used outside of the ui. Make sure the language is set to python.

from timeline_marker.ui import TimelineMarker
TimelineMarker.add(frame, colour, comment)
TimelineMarker.set(frames, colours, comments)
TimelineMarker.remove(frame)
TimelineMarker.clear()

About

Create coloured markers on top of Maya's native timeline. Comments can be added to each marker that appear as tool tips.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published