mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
keep super class call
This commit is contained in:
parent
e913eefa07
commit
24a00cd96a
1 changed files with 1 additions and 1 deletions
|
|
@ -657,7 +657,7 @@ class Loader(LoaderPlugin):
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def apply_settings(cls, project_settings):
|
def apply_settings(cls, project_settings):
|
||||||
LoaderPlugin.apply_settings(project_settings)
|
super(Loader, cls).apply_settings(project_settings)
|
||||||
cls.load_settings = project_settings['maya']['load']
|
cls.load_settings = project_settings['maya']['load']
|
||||||
|
|
||||||
def get_custom_namespace_and_group(self, context, options, loader_key):
|
def get_custom_namespace_and_group(self, context, options, loader_key):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue