Hey! I am working with an OBJ file that contains single meshes. I would like to select them independently. I have found some tools to edit mesh in the “Edit” area, but I didn’t find a way to select a whole single mesh that is grouped with other meshes. How can I do this? Would be very thankful for help!
A mesh object can be composed by disjointed pieces…
You probably need to use “SplitDisjointMesh” command.
I think you’re looking for SplitDisjointMesh
Works perfectly, thanks!