mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
no duplicates in node reference in OpenpypeData
This commit is contained in:
parent
6f7f633e86
commit
1442bddbcc
1 changed files with 4 additions and 0 deletions
|
|
@ -42,6 +42,10 @@ MS_CUSTOM_ATTRIB = """attributes "openPypeData"
|
||||||
(
|
(
|
||||||
handle_name = node_to_name c
|
handle_name = node_to_name c
|
||||||
node_ref = NodeTransformMonitor node:c
|
node_ref = NodeTransformMonitor node:c
|
||||||
|
idx = finditem list_node.items handle_name
|
||||||
|
if idx do (
|
||||||
|
return False
|
||||||
|
)
|
||||||
append temp_arr handle_name
|
append temp_arr handle_name
|
||||||
append i_node_arr node_ref
|
append i_node_arr node_ref
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue