Hey Guys,
i just wanted to let u know of my latest developement.
I have just finished building a gizmo and a python script, that do the same as my previous plugin, but with one huge advantage - IT IS PLATFORM INDEPENDENT cause it only relies on nuke and python. You will need nuke 5.2 cause of the new metadata functionalities!
Find it here -> http://www.fullblownimages.com/scripts.html
EDIT: I FORGOT AN IMPORTANT STEP! Before u can use the gizmo u must edit your init.py and put the following at the end:
nuke.load('vrayCameraAttributes.py')
Additionally u will need the python cgkit which u can download here
http://sourceforge.net/projects/cgkit/files/cgkit/
Just copy the cgtypes folder into one of your nuke plugin directories.
i just wanted to let u know of my latest developement.
I have just finished building a gizmo and a python script, that do the same as my previous plugin, but with one huge advantage - IT IS PLATFORM INDEPENDENT cause it only relies on nuke and python. You will need nuke 5.2 cause of the new metadata functionalities!
Find it here -> http://www.fullblownimages.com/scripts.html
EDIT: I FORGOT AN IMPORTANT STEP! Before u can use the gizmo u must edit your init.py and put the following at the end:
nuke.load('vrayCameraAttributes.py')
Additionally u will need the python cgkit which u can download here
http://sourceforge.net/projects/cgkit/files/cgkit/
Just copy the cgtypes folder into one of your nuke plugin directories.
Comment