mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
Add a default variant to all Houdini creators
This commit is contained in:
parent
bb42369af2
commit
92254e2abc
1 changed files with 2 additions and 0 deletions
|
|
@ -169,6 +169,8 @@ class HoudiniCreator(NewCreator, HoudiniCreatorBase):
|
|||
selected_nodes = []
|
||||
settings_name = None
|
||||
|
||||
default_variant = "Main"
|
||||
|
||||
def create(self, subset_name, instance_data, pre_create_data):
|
||||
try:
|
||||
self.selected_nodes = []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue