MultiChannelSplit_v03 v3.0
This location is for Registered Users Only.
Perhaps you need to login or register.
Contributor: Simon Jokuschies
MultiChannelSplit shuffles and autocroppes each layer individually. Shuffle out all layers or just individual layers. Option to prepare for outout - create and set up write nodes and create render directories automatically
Requirements:
8.0, 7.1, 7.0, 6.3 or later
Linux, Mac, Windows
8.0, 7.1, 7.0, 6.3 or later
Linux, Mac, Windows


MultiChannelSplit shuffles and autocroppes each layer individually. Shuffle out all layers or just individual layers. Option to prepare for outout - create and set up write nodes and create render directories automatically.
Just select the node from which you like to shuffle out and press alt+m or go to scripts->MultiChannelSplit
Demo video: https://www.youtube.com/watch?v=-Zl0uI0nxn8
Further information: http://www.leafpictures.de/MultiChannelSplit
Instal: Download MultiChannelSplit and put it in your nuke home directory. In your init.py write:
nuke.pluginAddPath('MultiChannelSplit')
Please login in order to download these files.
Comments
import nuke
import MultiChannelSplit
nuke.menu("Nuke").addCommand('Scripts/MultiChannelSplit', 'MultiChannelSp lit.MultiChanne lSplit()', 'alt+m')
1. open the MultiChannelSplit.py
2. replace print to print() in line51, line54
As follows,
print("created dir at %s" % path)
print("could not created dir at %s" % path)
3.Save
Done
RSS feed for comments to this post