Senior Generalist - VFX TD

AWS Render Farm Config

Asking Jeff for frames… Long story short, AWS/Deadline wasn’t for me. I went through the process of installing and setting it up for a trial run but eventually decided not to pursue it further for a couple of reasons: Instance Availability: I rarely had access to the desired instances and was charged for the hope […]

Nuke TCL Snippets

script: [set scriptname [basename [file rootname [value root.name]]]] version: [set version [lindex [split [set scriptname] _] end]] shot: [set shot [string range [set scriptname] 0 13 ]] seq: [set seq [string range [set scriptname] 3 5 ]] The script above should return the nukeFilename of type: PJ_SEQ_SH_task_versionThe other variables are taken from this.Then on a […]