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:
Petr Kalis 2022-10-06 11:43:08 +02:00
parent 8e6db18794
commit 284b82a649

View file

@ -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"]