mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
import setting functions from 'openpype.settings'
This commit is contained in:
parent
79e6de15b5
commit
a3e795aa37
37 changed files with 45 additions and 44 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue