
neatlog
I got tired of digging through piles of print statements to find a bug or formatting messages to the console so they are semi-readable. The python logging module fixed part of the problem, but quickly I also got tired of Read More …
compositor | developer
I got tired of digging through piles of print statements to find a bug or formatting messages to the console so they are semi-readable. The python logging module fixed part of the problem, but quickly I also got tired of Read More …
The past weeks I’ve been working on a python script to make working with ‘special comps’ generated by Nuke Studio less of a pain. When I set up comps for a project, I usually import an EDL from edit into Nuke Read More …
Fellow ExtendScript Toolkit users! Here’s a script that’ll will list all available methods and properties for the specified object. No more scripting-reference.pdf scouting! You can add the script file to your current script by #include -ing it. Remove the function call at Read More …
You know how sometimes Nuke’s caching gets super slow and You sit there and wonder why, only to find out that you have another viewer hiding somewhere inside a group node, slowing everything down? No? Well, happens to me a Read More …