AWS Thinkbox Discussion Forums

nuke pathmapping

Noticed that by default, its copying the job to the system temp. Since we can run multiple slaves on a machine, thats probably a bad idea (as the system temp folder has no slave name in it, and thus can conflict between the separate instances).

Its this line:

if self.deadlinePlugin.GetBooleanConfigEntryWithDefault( “CopyNukeFileToSystemTemp”, True ):

Actually, even changing the default there to False seems to return true… weird.

It will only return the default if that value isn’t defined in the plugin configuration file (Nuke.dlinit). Note that you can adjust this setting from the Nuke plugin configuration in the Monitor.

Cheers,
Ryan

Privacy | Site terms | Cookie preferences