mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
skipped presets loading in collect standalone publisher context
This commit is contained in:
parent
c2696e4d4f
commit
fa602cd2f5
1 changed files with 0 additions and 7 deletions
|
|
@ -38,13 +38,6 @@ class CollectContextDataSAPublish(pyblish.api.ContextPlugin):
|
|||
# get json paths from os and load them
|
||||
io.install()
|
||||
|
||||
# Load presets
|
||||
presets = context.data.get("presets")
|
||||
if not presets:
|
||||
from pype.api import config
|
||||
|
||||
presets = config.get_presets()
|
||||
|
||||
# get json file context
|
||||
input_json_path = os.environ.get("SAPUBLISH_INPATH")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue