Fix - Nuke needs to have multiple jobs

First job is pure rendering, then there could be baking etc. scripts.
This commit is contained in:
Petr Kalis 2023-07-03 17:15:59 +02:00
parent a2cd44d1b8
commit b9e362d1e8

View file

@ -26,7 +26,7 @@ class CreateNukeRoyalRenderJob(lib.BaseCreateRoyalRenderJob):
for job in jobs:
job = self.update_job_with_host_specific(instance, job)
instance.data["rrJobs"].append(job)
instance.data["rrJobs"].append(job)
def update_job_with_host_specific(self, instance, job):
nuke_version = re.search(