From 2ea402faad359fe5ff7d03a429e10d929ed91fce Mon Sep 17 00:00:00 2001 From: Jakub Jezek Date: Wed, 23 Feb 2022 20:26:05 +0100 Subject: [PATCH] Flame: rename to babypublisher a user settings namespace --- .../flame/startup/openpype_babypublisher/modules/app_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openpype/hosts/flame/startup/openpype_babypublisher/modules/app_utils.py b/openpype/hosts/flame/startup/openpype_babypublisher/modules/app_utils.py index b255d8d3f5..e639c3f482 100644 --- a/openpype/hosts/flame/startup/openpype_babypublisher/modules/app_utils.py +++ b/openpype/hosts/flame/startup/openpype_babypublisher/modules/app_utils.py @@ -8,7 +8,7 @@ PLUGIN_DIR = os.path.dirname(os.path.dirname(__file__)) EXPORT_PRESETS_DIR = os.path.join(PLUGIN_DIR, "export_preset") CONFIG_DIR = os.path.join(os.path.expanduser( - "~/.openpype"), "openpype_flame_to_ftrack") + "~/.openpype"), "openpype_babypublisher") @contextmanager