psd batch publisher was trying to always publish version 1

This commit is contained in:
Milan Kolar 2020-09-15 17:49:52 +02:00
parent af993b59db
commit 64e84474c9
3 changed files with 4 additions and 14 deletions

View file

@ -10,7 +10,7 @@ class ValidateVersion(pyblish.api.InstancePlugin):
order = pyblish.api.ValidatorOrder
label = "Validate Version"
hosts = ["nuke", "maya", "blender"]
hosts = ["nuke", "maya", "blender", "standalonepublisher"]
def process(self, instance):
version = instance.data.get("version")