Several STLs to OBJ with groups (and also export vector normals?) #1476
Unanswered
otaolafranc
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I am looking to imitate the files that is created in blender when I import several STLs, select all of them and export them in one obj file. it will create a group for each stl and also add the vector normal. when I export using meshio doing:
the 'file.stl' is a concatenation of the different STLs (using cat *.stl >file.stl) that I import into blender.
is there any way to do what I am looking to do in meshio itself?
Beta Was this translation helpful? Give feedback.
All reactions