cubicProjection v1.0


 
This location is for Registered Users Only.
Perhaps you need to login or register.
Contributor: Elias Ericsson Rydberg
Project latlong or other maps as six 2K cubic tiles onto your scene geometry with this quick setup.
Requirements:
6.3 or later
27 Feb 2012
669

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()')
Please login in order to download these files.

Comments   

 
0 # XIAObao CHAN 2012-09-06 05:47
Hi Elias ,
Thanks for your script.

I upload the .zip including the .nk file as a toolset and your script after rearranging the nodes .

The following lines could work as well.
# add the menu.py

import cubicProjection
nuke.menu('Nodes').addCommand('3D/Shader/CubicProjection', 'cubicProjectio n.cubicProjecti on()')
 

You have no rights to post comments

We have 3401 guests and 90 members online