keep super class call

This commit is contained in:
Jakub Trllo 2024-03-18 17:03:37 +01:00
parent e913eefa07
commit 24a00cd96a

View file

@ -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):