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

Commit

Permalink
Nuke: workfile version synced to db version always
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubjezek001 committed May 6, 2021
1 parent a0d9822 commit bbcc1e9
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 bbcc1e9

Please sign in to comment.