Nuke: BellTools

June 30, 2014

I’ve just uploaded a small collection of nuke scripts and gizmos that I find useful. I shall continue to update the .zip file as-and-when I have more tools. Find them here  

VRay | Softimage | Nuke

April 1, 2013

I’ve recently managed to start having a play with VRay in Softimage and Nuke too. The fruits of my efforts are in my new gallery section

Multi Paster

December 19, 2012

Oddly Nuke doesn’t allow you to copy a node and then paste it to multiple other nodes. This script does just that. #paste to multiple selection selected = nuke.selectedNodes() for eachNode in selected: n = nuke.toNode(str(eachNode.name())) n.knob("selected").setValue(True) nuke.nodePaste("%clipboard%")

Scripts Updates

December 19, 2012

Bear with me, I’m slowly getting the hang of this PageLines / WordPress format jazz…… I’m currently trying to organise this site so it’s kinda useful but struggling to get the functional/aesthetics balance right. I think that maybe the blog is the best way to update tools and scripts so these things can then get … Read More