nuke: removing unused code

This commit is contained in:
Jakub Jezek 2022-10-13 16:24:52 +02:00
parent 8521a2eac4
commit 8965b5712b
No known key found for this signature in database
GPG key ID: 730D7C02726179A7

View file

@ -64,12 +64,3 @@ class CreateCamera(NukeCreator):
self.selected_nodes = []
self.log.debug("Selection is: {}".format(self.selected_nodes))
def apply_settings(self, project_settings, system_settings):
"""Method called on initialization of plugin to apply settings."""
# only selected keys ideally
# settings = self.get_creator_settings(project_settings)
# self.key = settings["key"]
pass