mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
fix auto-apply settings
This commit is contained in:
parent
6de168d042
commit
473df1902b
1 changed files with 1 additions and 1 deletions
|
|
@ -382,7 +382,7 @@ def get_plugin_settings(plugin, project_settings, log, category=None):
|
||||||
plugin_kind = split_path[-2]
|
plugin_kind = split_path[-2]
|
||||||
|
|
||||||
# TODO: change after all plugins are moved one level up
|
# TODO: change after all plugins are moved one level up
|
||||||
if category_from_file == "openpype":
|
if category_from_file in ("ayon_core", "openpype"):
|
||||||
category_from_file = "global"
|
category_from_file = "global"
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue