mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
hound
This commit is contained in:
parent
42132e50e9
commit
49e8a4b008
1 changed files with 4 additions and 1 deletions
|
|
@ -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 = #()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue