Notifications
Clear all
[Closed] collecting loops
Jul 31, 2010 3:26 pm
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
Jul 31, 2010 3:26 pm
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)