Notifications
Clear all

[Closed] collecting loops

suppose i have an editable poly object and i have edge selection i want now :
collect every loop selection in a separate array that can be joined as an element in bigger array so i can do separate actions on every loop i struggled to do this but invain , any clues?

1 Reply

I no found more extendend looping function than this you can use with ui, so it means you will have to do:
collect all selected edges
clear selection

for each of collected edges
select the edge
loop selection
collect selected

compare all cllected groups and delete duplicated (if there was selected two or more edges of same loop)