fxT_relinker v2.5


 
This location is for Registered Users Only.
Perhaps you need to login or register.
Contributor: Tor Andreassen
Website: www.fxtor.net
Relinker is a Nuke tool for relinking footage automatically. It was developed to be used in a small independent film production environment where artists would typically work off their hard drives on multiple locations with different computers. The Nuke scripts we worked with at the time generally had a lot of different read nodes. Instead of losing time relinking nodes manually, we wrote this Python tool to automate the task. Video demonstration: https://vimeo.com/103858180
Requirements:
11.3, 11.2, 11.1, 11.0, 10.5, 10.0, 9.0, 8.0, 7.1, or later
Linux, Mac, Windows
10 Jan 2020
1170

fxT_relinker v2.5

fxt_relinker is a Nuke tool for relinking footage automatically.

Relinker was a collaborative project between Andry Jong (https://www.linkedin.com/pub/andry-jong/44/669/502) and me. It was developed to be used in a small independent film production environment where artists would typically work off their hard drives on multiple locations with different computers. The Nuke scripts we worked with at the time generally had a lot of different read nodes. Instead of losing time relinking nodes manually, we wrote this Python tool to automate the task.

UPDATE: v2.4 has added support for camera's and geo.

UPDATE: v2.5 bugfix adressed so script works again.

 

fxT relinker

 

Video demonstration can be found here: https://vimeo.com/103858180
PS: The video does not demonstrate the relinking of Camera's and Geo, but it works the same way.

 

Install Notes:

To install the Gizmo in it's own nuke menu with the attached menu icon:  please see attached 'init.py' and 'menu.py' files.
Install the tool and icon file according to the paths in the 'init.py' file, or alternetivly change these paths to your own preferred install location.

Share if you like it, but don't repost as your own.
Please login in order to download these files.

Comments   

 
+2 # djati waskito 2014-05-05 11:00
Hi Tor

thank you for this amazing script. it's really..really helpful so much.

cheers
K
 
 
0 # Tor Andreassen 2014-05-27 18:07
Thank you for the kind words, glad you find it helpful.

- Tor
 
 
+1 # Erin Lehmkuhl 2015-04-24 18:57
Nice job, Tor!
 
 
0 # Tor Andreassen 2015-07-21 01:37
Thank you Erin! :)
 
 
0 # Douglas Liell 2018-02-08 12:45
Great script
 
 
0 # flavien liger 2018-04-12 11:14
By default the script does not work, because of line 299:
Quote:
for readnode in nuke.allNodes('Read') and nuke.allNodes('Camera2') and nuke.allNodes('ReadGeo2'):
It should be replaced by :
Quote:
for readnode in nuke.allNodes('Read') + nuke.allNodes('Camera2') + nuke.allNodes('ReadGeo2'):
Otherwise, thank you, very nice script.
 
 
0 # Tor Andreassen 2020-01-10 01:18
Quoting flavien liger:
By default the script does not work, because of line 299


Hi Flavien, thanks for reporting with the fix, I've now updated it.

personally haven't used this script in years so its been left alone for awhile.. but its now updated and working again, thanks for the fix, appreciate it!
 
 
+1 # Conrad Olson 2020-07-02 19:21
I love it. Simple and effective. Thanks Tor.

How hard would it be to get it working with write nodes too? I've got a bunch of precomps in this script and the read nodes relink, but not the write nodes.
 
 
0 # Sokratis Synitos 2022-04-30 10:14
I get max() arg is an empty sequence.
Any suggestions?
I am on Nuke 12.2 on Linux

Cheers,
S.
 

You have no rights to post comments

We have 3256 guests and 58 members online