mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
fusion creator does not expect system settings
This commit is contained in:
parent
21d5d4cad2
commit
cb3ef02fc3
1 changed files with 1 additions and 5 deletions
|
|
@ -250,11 +250,7 @@ class CreateSaver(NewCreator):
|
|||
label="Review",
|
||||
)
|
||||
|
||||
def apply_settings(
|
||||
self,
|
||||
project_settings,
|
||||
system_settings
|
||||
):
|
||||
def apply_settings(self, project_settings):
|
||||
"""Method called on initialization of plugin to apply settings."""
|
||||
|
||||
# plugin settings
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue