removed usage of system settings from houdini

This commit is contained in:
Jakub Trllo 2023-09-01 17:11:21 +02:00
parent 3ba7939222
commit 539120f718

View file

@ -296,7 +296,7 @@ class HoudiniCreator(NewCreator, HoudiniCreatorBase):
"""
return [hou.ropNodeTypeCategory()]
def apply_settings(self, project_settings, system_settings):
def apply_settings(self, project_settings):
"""Method called on initialization of plugin to apply settings."""
settings_name = self.settings_name