mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
bug fix delete items from container to remove item
This commit is contained in:
parent
3ddfb13e2a
commit
8897cdaa92
1 changed files with 1 additions and 1 deletions
|
|
@ -91,7 +91,7 @@ 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 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