Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1479 from pypeclub/hotfix/nuke-workfile-version-s…
Browse files Browse the repository at this point in the history
…ync-always

Nuke: workfile version synced to db version always
  • Loading branch information
mkolar authored May 6, 2021
2 parents a0d9822 + bbcc1e9 commit 23b462f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pype/plugins/nuke/publish/collect_workfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@ def process(self, context):
"publish": root.knob('publish').value(),
"family": family,
"families": [family],
"representations": list()
"representations": list(),
"version": instance.context.data["version"]
})

# adding basic script data
Expand Down

0 comments on commit 23b462f

Please sign in to comment.