Blender Git Loki

Git Commits -> Revision 0d20c0a

Revision 0d20c0a by Ankit Meel (soc-2020-io-performance)
June 22, 2020, 19:01 (GMT)
Add support for curves to be exported as meshes.

An option in the exporter UI is added for exporting curves as NURBS.
But it doesn't do anything. All curves are exported as a mesh with
vertex coordinates and edges indexing into those coords.

The code duplication is obvious, it will be refactored to be reused
and with keeping object oriented style in mind.

Commit Details:

Full Hash: 0d20c0a6eae2ff78422202b360309eb683203727
Parent Commit: f9289bb
Lines Changed: +137, -8

6 Modified Paths:

/source/blender/editors/io/io_obj.c (+9, -0) (Diff)
/source/blender/io/wavefront_obj/intern/wavefront_obj.hh (+21, -0) (Diff)
/source/blender/io/wavefront_obj/intern/wavefront_obj_exporter.cc (+77, -6) (Diff)
/source/blender/io/wavefront_obj/intern/wavefront_obj_file_handler.cc (+28, -2) (Diff)
/source/blender/io/wavefront_obj/intern/wavefront_obj_file_handler.hh (+1, -0) (Diff)
/source/blender/io/wavefront_obj/IO_wavefront_obj.h (+1, -0) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021