mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
removing the node references successfully in the parameter
This commit is contained in:
parent
e9d60c96f5
commit
0a0c374ee1
1 changed files with 3 additions and 3 deletions
|
|
@ -72,13 +72,13 @@ MS_CUSTOM_ATTRIB = """attributes "openPypeData"
|
|||
DeleteItem list_node.items idx
|
||||
)
|
||||
)
|
||||
all_handles = join i_node_arr all_handles
|
||||
list_node.items = join temp_arr list_node.items
|
||||
all_handles = i_node_arr
|
||||
list_node.items = temp_arr
|
||||
)
|
||||
|
||||
on OPparams open do
|
||||
(
|
||||
if all_handles.count != 0 do
|
||||
if all_handles.count != 0 then
|
||||
(
|
||||
temp_arr = #()
|
||||
for x in all_handles do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue