Hi,
I want to save the files from “File output” -node when rendering wia deadline, now it uses som other save. Is it possible to fix this?
Are you overriding the path from the submitter while submitting the job to Deadline? If not, then it should be using the output path set in the .blend file.
Here is a setting in the blender submitter which needs to be left blank, if want to use the .blend file output path:
https://docs.thinkboxsoftware.com/products/deadline/10.3/1_User%20Manual/manual/app-blender.html#job-submission
- Output File (optional)
You try isolating the blender job from Deadline, to test if Deadline is messing up with the output path.
- Submit a Blender job to Deadline without setting “Output File (optional)” from the submitter options.
- Let it render on Deadline, and grab a task report from the Monitor.
- Find the “Full Command” from the task report and run it on the same render node’s Terminal/Command Prompt.
- It is render the output to a wrong folder then Blender is causing issue.
The Full Command should also show the output path set to if overriden, find the “-o” render argument and the path set to it.
1 Like
Thank you, it worked great !