Hi all,
I’m encountering a weird issue when rendering out of Nuke:
I’m using to following “auto write” expression in Nuke’s write node:
[join [lrange [split [file dirname [knob root.name]] “/”] 0 end-1] “/”]/RENDER/2D/[file rootname [file tail [value root.name]]]/[file rootname [file tail [value root.name]]].%04d.exr
When rendering locally everything works fine.
When using the farm, the rendered files appear here:
C:\ProgramData\Thinkbox\Deadline10\workers\username\jobsData
rather than on the project drive. From what I can gather, Deadline copies the Nuke script to the render machine, but then fails to render to the appropriate drive (?)
It’s also worth mentioning (as I think it’s related) that when trying to utilize the Shotgun project management plugin in Nuke, the version created is named {project name}_{shot name} _[random set of letters and number} e.g. myMovie_s100_ef765493hsg
rather than myMovie_s100_v001
Any ideas/solutions will be highly appreciated