Opens multiple read nodes similar to Shake's 'next' function. Nuke 6.3 (and 6.2?) now includes similar functionality as standard so is not necessary for these versions of Nuke.
multiRead
First submitted: 20 April 2012
Author: mrhowardjones
Compatible Nuke versions: 5.0 or later
Compatibility: Linux, Mac, Windows
Opens multiple read nodes similar to Shake's 'next' function. Read from multiple folders and at the end all selected files are read in, in one go.
example menu.py line...
m = toolbar.addMenu("Image", "ToolbarDraw.png")
m.addCommand( "multi Read", "nuke.load(\"multiRead\"), multiRead()",'ctrl+r' ,icon='Read.png')
v1.1 added still images ability
v1.2 added Nathan's suggestion
Howard