Update openpype/plugins/publish/collect_scene_version.py

Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
This commit is contained in:
Petr Kalis 2022-01-31 10:48:11 +01:00 committed by GitHub
parent 69bfcd6a30
commit 336585bbc9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,9 +29,7 @@ class CollectSceneVersion(pyblish.api.ContextPlugin):
# in some cases of headless publishing (for example webpublisher using PS)
# you want to ignore version from name and let integrate use next version
skip_hosts_headless_publish = [
]
skip_hosts_headless_publish = []
def process(self, context):
# tests should be close to regular publish as possible