mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 05:42:15 +01:00
Merge branch 'develop' into bugfix/super-very-important-bugfix
This commit is contained in:
commit
4f3fa7edec
3 changed files with 3 additions and 3 deletions
|
|
@ -211,7 +211,7 @@ class CustomAttributes(BaseAction):
|
|||
|
||||
self.groups = {}
|
||||
|
||||
self.ftrack_settings = get_system_settings()["modules"]["Ftrack"]
|
||||
self.ftrack_settings = get_system_settings()["modules"]["ftrack"]
|
||||
self.attrs_presets = self.prepare_attribute_pressets()
|
||||
|
||||
def prepare_attribute_pressets(self):
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ USER_HANDLERS_DIR = os.path.join(FTRACK_MODULE_DIR, "actions")
|
|||
|
||||
|
||||
def get_ftrack_settings():
|
||||
return get_system_settings()["modules"]["Ftrack"]
|
||||
return get_system_settings()["modules"]["ftrack"]
|
||||
|
||||
|
||||
def get_ftrack_url_from_settings():
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ def _get_template_id(renderer):
|
|||
:rtype: int
|
||||
"""
|
||||
|
||||
templates = get_system_settings()["modules"]["Muster"]["templates_mapping"]
|
||||
templates = get_system_settings()["modules"]["muster"]["templates_mapping"]
|
||||
if not templates:
|
||||
raise RuntimeError(("Muster template mapping missing in "
|
||||
"pype-settings"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue