mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
fix houdini instance collection
This commit is contained in:
parent
d724a66633
commit
72e615169b
1 changed files with 1 additions and 1 deletions
|
|
@ -122,7 +122,7 @@ class HoudiniCreatorBase(object):
|
|||
|
||||
nodes = []
|
||||
for id_type in [AYON_INSTANCE_ID, AVALON_INSTANCE_ID]:
|
||||
nodes.extend(lsattr("id", AYON_INSTANCE_ID))
|
||||
nodes.extend(lsattr("id", id_type))
|
||||
for node in nodes:
|
||||
|
||||
creator_identifier_parm = node.parm("creator_identifier")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue