Blender Git Loki
Git Commits -> Revision 31d4801
Revision 31d4801 by Ankit Meel (soc-2020-io-performance) June 24, 2020, 10:08 (GMT) |
Add support for exporting nurbs curves & surfaces Added functionality in OBJNurbs & OBJWriter to export nurbs curve, not as vertices and edges, but rather control points. Nurbs surfaces are always converted to mesh and then exported as a regular mesh with vertices, normals, UV (if it has any), and edges (if it has no polygons) etc. |
Commit Details:
Full Hash: 31d480174a8caebeeacac14902b02aa5df505a8d
Parent Commit: 12fbd19
Lines Changed: +124, -81
4 Modified Paths:
/source/blender/io/wavefront_obj/intern/wavefront_obj.hh (+20, -7) (Diff)
/source/blender/io/wavefront_obj/intern/wavefront_obj_exporter.cc (+66, -38) (Diff)
/source/blender/io/wavefront_obj/intern/wavefront_obj_file_handler.cc (+36, -34) (Diff)
/source/blender/io/wavefront_obj/intern/wavefront_obj_file_handler.hh (+2, -2) (Diff)
/source/blender/io/wavefront_obj/intern/wavefront_obj_exporter.cc (+66, -38) (Diff)
/source/blender/io/wavefront_obj/intern/wavefront_obj_file_handler.cc (+36, -34) (Diff)
/source/blender/io/wavefront_obj/intern/wavefront_obj_file_handler.hh (+2, -2) (Diff)