S_Repath

We are always straggling, when someone share Nuke script. We have to relink all the missing read file manually. we can do this using nuke 'search and replace' from node menu. But before do this, you have to select all the read file. If you use this code you don't need to select all the read file, it will automatic do this. This python code helped you doing this job. If you share your old location and new location ,then this script auto replace your all the read file old file path to new path. watch Demo video for better understanding.

Updated: 2 June 2021

Author: Shuvo

Compatible Nuke versions: 10.0 or later

Compatibility:

1.First Create a new Folder in your .nuke directory and rename it- python

2. Paste the S_Repath_v01.py file that you download from here.

3. Open your init.py and paste this code : nuke.pluginAddPath('./python')

4.Open your menu.py and paste this code : 

import S_Repath_v01

utilitiesMenu = nuke.menu('Nuke').addMenu('ShuvoFx')

utilitiesMenu.addCommand('S_Repath','S_Repath_v01.s_repath()')

5.Enjoy it.

How to use it and further :

 

https://www.youtube.com/watch?v=Aw5zlV3h7No&t=5s

 

 

 

its free for everyone.

Sign in or register to download or rate.