ShapeTrack Linker

A simple python script that modifies the 'Link To' menu in the 'Animation' menu of a selected 'Roto/RotoShape' shape.

Updated: 18 March 2019

Author: nfrancisj

Compatible Nuke versions: 10.5 or later

Compatibility: Windows

Shape Tracks Linker

With this script, you will be able to link your roto to multiple tracks within a single Tracker node.

Youtube Video

Install

Within the .zip file is the .py file. (TokyoSoupTools\scripts)

Copy the RotoShape_Track_Linker_v1.py file to your scripts folder, then add the following lines to your menu.py file.

import RotoShape_Track_Linker_v1

 

Alternatively, you can copy the entire folder and have Nuke source it. 

Edit your init.py to include the following lines. Be sure to replace 'C:\Users\nfran' with the path to your .nuke folder.

nuke.pluginAddPath(r'C:\Users\nfran\.nuke\TokyoSoupTools\gizmos')
nuke.pluginAddPath(r'C:\Users\nfran\.nuke\TokyoSoupTools\icons')
nuke.pluginAddPath(r'C:\Users\nfran\.nuke\TokyoSoupTools\scripts')

Sign in or register to download or rate.