Separating "parts" of an imported .obj

Hi all,

When I import some .obj files, what should be separate objects are often joined into a mesh.

In this case, the van is 3 “objects” but obviously if I’d like to edit things, I need to separate them further.
What’s the best way to do this? I couldn’t figure out how to hide only parts of geometry.

thanks


Hello - SplitDisjointMesh shoiuld help - followed, if needed, by Join of parts that should be together.

-Pascal

1 Like

Cool! Thanks.

It’s pretty easy… but I’m being lazy now :slight_smile: - is there any way to do this automatically on import?

I didn’t see any import options, but probably not a big deal.

! _Import _Pause _SplitDisjointMesh
should do it.

-Pascal

1 Like

thank you