Keep meshes separate (don't combine layers)? #850
-
Hi there - wondering if there's an option to keep layers as is in the mesh, versus combining them all into a single layer. i was trying: and But those didn't work. Suppose im just not finding the right option? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
The
Or |
Beta Was this translation helpful? Give feedback.
-
Wonderful! Works like a charm. |
Beta Was this translation helpful? Give feedback.
The
--join false --flatten false
options were added in v3.1, by #838, so you may need to update to the latest version. Then this would work:Or
--no-flatten --no-join
should have the same effect.