import setting functions from 'openpype.settings'

This commit is contained in:
Jakub Trllo 2022-10-04 11:51:52 +02:00
parent 79e6de15b5
commit a3e795aa37
37 changed files with 45 additions and 44 deletions

View file

@ -504,7 +504,7 @@ class Creator(LegacyCreator):
def __init__(self, *args, **kwargs):
super(Creator, self).__init__(*args, **kwargs)
from openpype.api import get_current_project_settings
from openpype.settings import get_current_project_settings
resolve_p_settings = get_current_project_settings().get("resolve")
self.presets = {}
if resolve_p_settings: