mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
Fix - missed sync published version of workfile with workfile
If Collect Version is enabled, everything published from workfile should carry its version number.
This commit is contained in:
parent
8e6db18794
commit
284b82a649
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ class CollectVersion(pyblish.api.InstancePlugin):
|
|||
label = 'Collect Version'
|
||||
|
||||
hosts = ["photoshop"]
|
||||
families = ["image", "review"]
|
||||
families = ["image", "review", "workfile"]
|
||||
|
||||
def process(self, instance):
|
||||
workfile_version = instance.context.data["version"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue