Outliner in 2020, ruby solutions?

Hi all,

I want to replicate that drag-and-drop function in Outliner, but seems in ruby there’s nothing new added to access any of these functions?
For instance, if I want to create a context_menu to allow user to select multiple then “move to” (exactly like drag-and-drop in Outliner) to do quick groupings, is there any hints?

Much appreciate!

The Ruby API generally lets you work with the model and its content, not directly with the UI. It doesn’t allow you to change the drag and drop behavior in the Outliner.

Thanks Julia, just double confirm this part wasn’t add in the Documentation…