add settings_category

This commit is contained in:
MustafaJafar 2024-05-14 23:15:54 +03:00
parent 66bb9aac83
commit 3f91a29471

View file

@ -169,6 +169,8 @@ class HoudiniCreator(NewCreator, HoudiniCreatorBase):
settings_name = None
add_publish_button = False
settings_category = "houdini"
def create(self, product_name, instance_data, pre_create_data):
try:
self.selected_nodes = []