mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 05:42:15 +01:00
🐛 fix function call
This commit is contained in:
parent
2c59d63179
commit
dff7c27562
1 changed files with 1 additions and 1 deletions
|
|
@ -128,7 +128,7 @@ class HoudiniCreator(NewCreator):
|
|||
node_type = "geometry"
|
||||
|
||||
instance_node = self._create_instance_node(
|
||||
subset_name, "/out", node_type, pre_create_data)
|
||||
subset_name, "/out", node_type)
|
||||
|
||||
# wondering if we'll ever need more than one member here
|
||||
# in Houdini
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue