Split Layers v2.0
This location is for Registered Users Only.
Perhaps you need to login or register.
Contributor: Diogo Girondi
Splits the current select node's layers into nodes
Requirements:
5.0, 5.1, 5.2, 6.0, 6.1 or later
Linux, Mac, Windows
5.0, 5.1, 5.2, 6.0, 6.1 or later
Linux, Mac, Windows
20 Jun 2010
1610
splitLayers.py will split every layer present in the currently selected node into their own pipes using Shuffle nodes to shuffle them from their layers to the RGBA layer.
To use it simply select a node and run the script.
Please login in order to download these files.
Comments
so at the bottom of the script, you want to have it called with the boilerplate right? so add these lines to the bottom of the script to have it called on what you have selected:
if __name__ == '__main__':
splitLayers( nuke.selectedNo de() )
Anyway, thanks a lot.
RSS feed for comments to this post