mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
use a constant for settings category
This commit is contained in:
parent
753fab2197
commit
d90fb46bfc
1 changed files with 1 additions and 1 deletions
|
|
@ -174,7 +174,7 @@ class HoudiniCreator(NewCreator, HoudiniCreatorBase):
|
|||
settings_name = None
|
||||
add_publish_button = False
|
||||
|
||||
settings_category = "houdini"
|
||||
settings_category = SETTINGS_CATEGORY
|
||||
|
||||
def create(self, product_name, instance_data, pre_create_data):
|
||||
try:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue