Skip to content

Commit

Permalink
Merge pull request #118 from ynput/bugfix/AY-7397_Deadline-there-is-n…
Browse files Browse the repository at this point in the history
…o-job-dependency-for-baking-script-on-render-job

Fix assignment of job dependency
  • Loading branch information
kalisp authored Jan 27, 2025
2 parents 1bee2da + a278015 commit 0b82184
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def process(self, instance):
# frames_farm instance doesn't have render submission
if response_data.get("_id"):
self.job_info.BatchName = response_data["Props"]["Batch"]
self.job_info.JobDependency0 = response_data["_id"]
self.job_info.JobDependencies.append(response_data["_id"])

render_path = baking_script["bakeRenderPath"]
scene_path = baking_script["bakeScriptPath"]
Expand Down

0 comments on commit 0b82184

Please sign in to comment.