🐛 fix uhacking of renderman hacks for Deadline

This commit is contained in:
Ondrej Samohel 2022-10-07 12:23:47 +02:00
parent e693ecaf01
commit 33d8b2832c
No known key found for this signature in database
GPG key ID: 02376E18990A97C6

View file

@ -500,6 +500,11 @@ 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"] = os.path.dirname(
job_info.OutputDirectory[0]).replace("\\", "/")
return job_info, plugin_info
def _get_vray_export_payload(self, data):