Python


Back to Extras main page


Nuke - Read Node Path Change

I found myself last year (2011) switching frequently back and forth between Windows and Linux while working with Nuke, and it became a hassle to keep changing the file path for all of my Read nodes, so I thought I'd spend some time to develop this script. The first version changes the file path root based on the operating system. The script has 'preset' values at the top, but it'll ask the user what the file paths are for their Windows and Linux environments again, just in case they are different.



The second version simply changes from an 'old' root path to a 'new' root path, not based on operating system. This makes it easy if you change the location of your source files at any time.



---------------------------------------------------------

Back to Top