browseDir v1.0
This location is for Registered Users Only.
Perhaps you need to login or register.
Contributor: Fredrik Averpil
Launch the source directory of the selected Read or Write node.
Requirements:
6.3 or later
6.3 or later
12 Nov 2011
435
The script will take the selected Read or Write node's file path, and open it using Explorer on Windows or Finder on Mac OS X. Optionally, you can feed the script with your own path of choice and make that open up. The script was built for Nuke 6.3 and has support for filenamefilter callback.
Full details over at http://averpil.com/fredrik/articles/article.php?id=nuke_script_-_browse_dir
Please login in order to download these files.
Comments
selectedNodeFilePath = nuke.tcl('subst ', selectedNodeFil ePath)
at line 55, before these ones:
folderPath = selectedNodeFil ePath[ : selectedNodeFil ePath.rfind('/' ) ]
launch(folderPath)
RSS feed for comments to this post