This is a simple Script that searching in each directories and subdirectories. Looking for the files in Node with path errors. He Find new Path and Replace to correct this one.
findPath
Updated: 26 October 2012
Author: dubiella
Compatible Nuke versions: 4.8 or later
Compatibility: Linux, Mac, Windows
findPath 1.1
This is a simple Script that searching in each directories and subdirectories. Looking for the files in Node with path errors. He Find new Path and Replace to correct this one.
findPath - nuke script on Vimeo.
Instalation
Copy findPath.py to YourNukeRootFoder/plugins/
Copy icons/findPath.png to YourNukeRootFoder/plugins/icons/
Append to menu.py in YourNukeRootFoder/plugins/
1 2 3 4 5 6 |
import findPath # findPath m = menubar.addMenu("&Edit") m.addCommand("-", "", "") m.addCommand("findPath", "findPath.findPath()" , icon='findPath.png') |
findPath - nuke script from diogo dubiella on Vimeo.
Warning: If you choose a big directory... for example c:/ your root directory. Probably you nuke will crash or will take a little longer to get back. because the script read each single folder and subfolder looking for the missing path to file.
V1.1
Bug Fixed