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
04 May 2011
769

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   

 
0 # mr. dfuzion 2010-11-23 16:43
can't download the current version of script.
1.1 and 1.0 still available
 
 
0 # tim stern 2010-12-16 08:23
same here. Can't download the script.
 
 
0 # Frank Rueter 2010-12-17 20:02
indeed. we will look into it.
 
 
0 # Simon Bjork 2011-02-13 12:56
Still can't download this. Anyone else have any problems?
 
 
0 # Martin Rose 2011-02-16 05:05
This is fixed now. Download for v1.2 is now working.
 
 
0 # tim stern 2011-02-16 05:18
thx for the fix.
 
 
0 # Liz Lyons 2011-04-11 13:31
i keep getting the error 'module' object is not callable.
 
 
0 # Tom van Dop 2011-05-18 09:21
I also keep getting the error 'module' object is not callable. (6.2v2 linux)
 
 
0 # Tom van Dop 2011-05-18 10:18
never mind, fixed it :-)
 
 
0 # Hans Gelpke 2012-05-29 22:17
I'm getting the "not callable" error as well. What is the fix?
 
 
0 # Michael Bogen 2013-01-23 16:59
Any thoughts on fixing the "not Callable" Error
 
 
0 # Tom van Dop 2013-01-23 17:14
what about if you add this to your menu py:

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
 

You have no rights to post comments

We have 3629 guests and 80 members online