nuke: adding apply settings to NukeCreator

This commit is contained in:
Jakub Jezek 2022-10-03 20:42:41 +02:00
parent 4df13d7905
commit e9c8144d6e
No known key found for this signature in database
GPG key ID: 730D7C02726179A7

View file

@ -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"""