Create quickly a maya like Image Plane
imagePlaneHelper
Updated: 6 December 2015
Author: simorlabrasse
Compatible Nuke versions: 6.0 or later
Compatibility:
Everything is in the title.
Select you camera and execute the script !
######
To install :
Copy the 'imagePlane.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 imagePlane\imagePlane.imagePlane()' )
Of course, you can change 'myMenu' by the menu name you want.
Thanks !
If you have any question, just ask !