sowwic / reference_player

Reference video player with sync to Maya

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dsReferencePlayer

Reference player with sync to Maya

Preview

Key features:

  • Sync current frame to Maya's timeslider via command port.
  • Save/load playback presets.

How to use:

  1. If you do not already have one, create a userSetup.py file inside maya/scripts directory and add the following line to it:
maya.cmds.commandPort(name='127.0.0.1:7221', stp='python', echoOutput=True)
  1. Launch dsReferencePlayer.exe. If connection to maya was not successfull - player will notify you and suggest changing command port.
  2. Open video file using File>Open. It will take some time to process video depending on number of frames in it.
  3. From menubar select Playback > Match player playback options to match current video framerate and animation length inside Maya.
  4. Tick Sync check box to enable synchronization of Maya's timeslider.

Playback controls breakdown

Playback controls

  1. Playback offset
  2. Playback start
  3. Sync toggle
  4. Playback end
  5. Video total length (not editable)

Start position of Maya's playback slider: Playback start + Playback offset.
End position of Maya's playback slider: Playback end - Playback start.

Troubleshooting

About

Reference video player with sync to Maya


Languages

Language:Python 99.9%Language:Batchfile 0.1%