Smooth a given camera
smoothCam
Updated: 21 February 2016
Author: simorlabrasse
Compatible Nuke versions: 6.0 or later
Compatibility: Linux, Mac, Windows
Simple script that smooth a camera.
Plug the cam, click 'Create Camera', choose your smooth.
######
To install :
Copy the 'smoothCam.py' in your .nuke folder or any folder read by nuke at startup
add this line to your 'menu.py' :
nuke.menu( 'Nuke' ).addCommand( 'myMeny/Smooth_Cam', 'import nsmoothCam\nsmoothCam.createNoOp()' )
Of course, you can change 'myMenu' by the menu name you want.
Thanks !
If you have any question, just ask !