Makes transition between an unlimited amount of cameras, by creating a new camera.
fusionCam
Updated: 30 November 2015
Author: simorlabrasse
Compatible Nuke versions: 7.0 or later
Compatibility: Linux, Mac, Windows
This 'Gizmo' is actually a modified switch node.
It lets you make a transition beetwen as many cameras as you want.
Everythings happens the 'Cam control' tab :
Connect the cameras you want, click 'Create Camera' and then you can animated the slider, it will control the created cam.
######
To install :
Copy the 'fusionCam.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/Camera Switch', 'import fusionCam\nfusionCam.createFusionCam()' )
Of course, you can change 'myMenu' by the menu name you want.
Thanks !
If you have any question, just ask !