Project latlong or other maps as six 2K cubic tiles onto your scene geometry with this quick setup.
cubicProjection
Updated: 28 February 2012
Author: molgamus
Compatible Nuke versions: 6.3 or later
Compatibility: Mac
This python script creates a cubic projection setup to project ie. environment maps onto nuke geometry. By tweaking your geometry you can create an environment that is spatially adjusted. Either by rendering out a z-depth channel or exporting the geometry as is.
To install the python script, add the following lines to your menu.py in your .nuke directory:
1 2 3 4 5 |
import cubicProjection t = nuke.toolBar('Nodes') toolMenu = t.addMenu('Custom menu name') toolMenu.addCommand('Cubic Projection Setup', 'cubicProjection.cubicProjection()') |