This commit is contained in:
Kayla Man 2023-09-27 21:42:08 +08:00
parent 42132e50e9
commit 49e8a4b008

View file

@ -91,7 +91,10 @@ MS_CUSTOM_ATTRIB = """attributes "openPypeData"
(
current_selection = selectByName title:"Select Objects to remove
from the Container" buttontext:"Remove" filter: nodes_to_rmv
if current_selection == undefined or current_selection.count == 0 then return False
if current_selection == undefined or current_selection.count == 0 then
(
return False
)
temp_arr = #()
i_node_arr = #()
new_i_node_arr = #()