maya create plugins do not expecte system settings

This commit is contained in:
Jakub Trllo 2023-09-01 17:14:39 +02:00
parent 539120f718
commit cb3e83118b
6 changed files with 7 additions and 9 deletions

View file

@ -260,7 +260,7 @@ class MayaCreator(NewCreator, MayaCreatorBase):
default=True)
]
def apply_settings(self, project_settings, system_settings):
def apply_settings(self, project_settings):
"""Method called on initialization of plugin to apply settings."""
settings_name = self.settings_name