From fa602cd2f5de83b10d11566432b4826cf5647c02 Mon Sep 17 00:00:00 2001 From: iLLiCiTiT Date: Tue, 11 Aug 2020 18:24:56 +0200 Subject: [PATCH] skipped presets loading in collect standalone publisher context --- .../plugins/standalonepublisher/publish/collect_context.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/pype/plugins/standalonepublisher/publish/collect_context.py b/pype/plugins/standalonepublisher/publish/collect_context.py index f6d6df72b7..8e610364da 100644 --- a/pype/plugins/standalonepublisher/publish/collect_context.py +++ b/pype/plugins/standalonepublisher/publish/collect_context.py @@ -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")