i'm looking to create a script ( if there isn't one out there already ?? ) that will average the length of a selection of edges. the practical application would be for creating belts and straps etc eg : layout your poly strips across a live surface make the necessary tweaks run the script to give the cross section a…
Good idea. I meant to just test it out and see how I'd do it, but I ended up just finishing a script anyway. you can grab it from here I just take the edge selection, expand it to verts to find each endpoint, get the length for each edge, then average them and scale them. It's kinda messy, but it should get the job done in…