removing the node references successfully in the parameter

This commit is contained in:
Kayla Man 2023-06-13 18:26:31 +08:00
parent e9d60c96f5
commit 0a0c374ee1

View file

@ -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