ProEXR_Nuke_Comp_Builder v1.1
This location is for Registered Users Only.
Perhaps you need to login or register.
Contributor: Brendan Bolles
Build a comp to match the Photoshop layers for an EXR saved by ProEXR.
Requirements:
6.3, 7.0 or later
6.3, 7.0 or later


ProEXR is a Photoshop plug-in that will save your Photoshop and After Effects layers into a multi-channel EXR file. It also inserts some metadata listing the layer order, transfer modes, etc. This script will parse that metadata and build a comp matching the Photoshop setup (at least to the extent possible).
Please login in order to download these files.
Comments
If you want to add a menu command, docs can be found here:
http://docs.thefoundry.co.uk/nuke/63/pythondevguide/custom_ui.html
You'll want to add something like this to your menu.py file:
import ProEXR_Nuke_Comp_Builder
nuke.menu( 'Nuke' ).addCommand('P roEXR/ProEXR Nuke Comp Builder', 'ProEXR_Nuke_Co mp_Builder.ProE XR_Nuke_Comp_Bu ilder()' )
RSS feed for comments to this post