mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
Update openpype/plugins/publish/collect_scene_version.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
This commit is contained in:
parent
69bfcd6a30
commit
336585bbc9
1 changed files with 1 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue