Skip to main content

All Questions

Tagged with
1 vote
0 answers
64 views

Select Mesh from scene which has volume equal or close to the active mesh

I am trying to develop a code which can Calculate volume of active mesh object and find another mesh and select it from scene which has volume equal to active mesh or (smaller or greater than active ...
NamanDeep's user avatar
  • 481
1 vote
1 answer
348 views

Recursive search for selected vertices

i am working on a tool and need to get selection islands in the mesh. I want to keep only the biggest connected vertex selection in the mesh. I wrote a function that recursively searches a ...
f.bra's user avatar
  • 142