mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
nuke create plugins do not expect system settings
This commit is contained in:
parent
7441d2617a
commit
ce3e9a5240
1 changed files with 1 additions and 5 deletions
|
|
@ -379,11 +379,7 @@ class NukeWriteCreator(NukeCreator):
|
|||
sys.exc_info()[2]
|
||||
)
|
||||
|
||||
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