Software to convert 3D file types
Run the following command: python ./convert.py
. It will output the following:
python convert.py [FLAGS]
REQUIRED FLAGS:
-i Input file
-o Output file
There are no formats that are currently truely supported. I hope this will change in the future.
Nope.
.obj
- WaveFront OBJ. Tags supported:g
- saved in other formats as an empty bodyv
- vertexvt
- vertex texture coordinatevn
- vertex normalf
- face (triangular only)
.3mf
- 3D Manufacturing Format. Data supported in 3dmodel.model:vertex
- a vertextrianlge
- a triangle
obj
->3mf
- Details lost:
- none
- Details gained:
- units (kinda)
- Details lost:
3mf
->obj
- Details lost:
- units
- Detail gained:
- none
- Details lost:
.stl
is next..dae
(COLLADA) is likely after that.
If you have any formats you would like to add or have me try to add, create an issue.
- clean up all of the code files
- I am at the end of my knowledge for converting
.obj
's and.3mf
s. Help would be appreciated!