projectionCam v1.3
This location is for Registered Users Only.
Perhaps you need to login or register.
Contributor: John Stewart
Creates a projection camera with a dynamic label and ability to change the frame your projecting on.
Requirements:
5.2, 6.0, 6.1, 6.2 or later
Linux, Mac, Windows
5.2, 6.0, 6.1, 6.2 or later
Linux, Mac, Windows
04 May 2011
771
Creates a projection camera with a dynamic label and ability to change the frame your projecting on.
Add this to your menu.py:
1 2 |
menuBar = nuke.menu("Nuke") menuBar.addCommand('Edit/Node/Create ProjCam', 'projectionCam()') |
UPDATED 09/01/2010 - fixed Focal value expression
UPDATED 04/27/2011 - bug fix - nuke module not called
Please login in order to download these files.
Comments
1.1 and 1.0 still available
toolbar = nuke.toolbar("Nodes")
m = toolbar.addMenu ("My Python Scripts")
m.addCommand("Create ProjCam", 'projectionCam. projectionCam1( )', icon = 'Camera.png')
It's been a while since i fixed it, but i think that's what i changed...
let me know if that works
RSS feed for comments to this post