So, I got a piece of python script that selects all items within a scope box.
However I want to modify this list to be only groups and elements that are not part of a group.
Currently I reduced the list but not for groups within groups (within groups) … how to achieve that?