Nukescripts python panel – Setting default value and new line
I was writing an update to my setProjDir script, which is available on nukepedia at the moment of writing this. It is a function requested from a user, for the script to affect selected nodes only. I've decided to go a step further and include options like exclude selected nodes…
Nuke CSP error in Linux
Encounter this problem when I decided to work on a project Troll Bridge, which I started in Windows. This nuke script requires a LUT, CSP file and it is erroring in Linux only. Same Nuke version 11.1v2, same .nuke folder loaded, just the difference in OS. The real head-scratcher is…
Cupcake for Adobe?
[embed]https://vimeo.com/260120422[/embed] This is the 6 seconds clip I created for Adobe Round Trip 2016, which can be found here on Vimeo. It's a collaboration project in a facebook group of Adobe users in New Zealand. Of course use of other software were involved while creating this. Modeling, rigging and dynamics…
A lesson in group destruction
This is a group effort in third year's dynamic class, blowing something up! [embed]https://www.youtube.com/watch?v=0JBWQiUxJVE[/embed] This is the result of me and my team mates, Eric Andersson and Ben Casey. Lecturer Brian Samuels provided the assets for us to blow up, and we design the process of destruction. We decided we'll…
Sebastian sat on a wall
[embed]https://vimeo.com/259688116[/embed] Sebastian is the asset we used to practice animation during year one and in year two it is still the main model for students in animation stream. Naturally, it is quite the love and hate relationship for students like us! So when it is about shooting a canon, of…
Making tearable thing
[embed]https://vimeo.com/259688034/[/embed] Playing with tearable Maya nCloth.
Installing DroidCam on CentOS 7
Basically what DroidCam does is it allows me to turn my android phone into a webcam and use it on Skype, Google+, or even as a surveillance device if I wish. And I chose this program over other webcam apps for android simply because its desktop client work on both…
Nuke 11 Frame Server setup
Recently I was working on a short film called "June", directed by actor/director Dwayne Cameron. Unfortunately, the render farm software in the facility is under maintenance. Fortunately, it opened up an opportunity for me to look into Frame Server in Nuke 11 to learn how to utilize the whole room…
Python panel to manage read nodes
This is me getting too lazy to deal with one read node at a time. Currently this tool only includes two scripts: selectRead: Click, and it'll select all your read nodes!setLocalization: A simple pop up for you to set localization policy, for read nodes only or everything (like readGeo2) Note:…
Project Directory in Nuke
It is only after joining trollbridge I realize how using project directory can make things easy in nuke, especially in a big script with lots of files. It makes transporting the folder significantly easier as you only need to change one path as you move the folder. If using relative…