mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 05:42:15 +01:00
nuke: adding apply settings to NukeCreator
This commit is contained in:
parent
4df13d7905
commit
e9c8144d6e
1 changed files with 4 additions and 0 deletions
|
|
@ -201,6 +201,10 @@ class NukeCreator(NewCreator):
|
|||
BoolDef("use_selection", label="Use selection")
|
||||
]
|
||||
|
||||
def apply_settings(self, project_settings, system_settings):
|
||||
"""Method called on initialization of plugin to apply settings."""
|
||||
self.creators_settings = project_settings["nuke"]["create"]
|
||||
|
||||
|
||||
class OpenPypeCreator(LegacyCreator):
|
||||
"""Pype Nuke Creator class wrapper"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue