Merge pull request #3950 from pypeclub/bugfix/renderman-output-dir-regression

This commit is contained in:
Milan Kolar 2022-10-10 22:13:09 +02:00 committed by GitHub
commit 7fa659790c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -500,6 +500,10 @@ class MayaSubmitDeadline(abstract_submit_deadline.AbstractSubmitDeadline):
plugin_info["Renderer"] = renderer
# this is needed because renderman plugin in Deadline
# handles directory and file prefixes separately
plugin_info["OutputFilePath"] = job_info.OutputDirectory[0]
return job_info, plugin_info
def _get_vray_export_payload(self, data):