Blender Git Loki
Git Commits -> Revision 3c947bd
Revision 3c947bd by Ankit Meel (soc-2020-io-performance) May 26, 2020, 20:02 (GMT) |
Working UI for importer too. Got the mesh. - Added all required dummy files. - Finished rudimentary UI for Importer too. - Among the several ways to get the current/ active object, picked the most common way to get to the vertices. Might have to change it, when _export all objects_, etc settings appear. TODO: - Will finalise a singular data structure. - Will discuss about `#include`s in `.h` vs `.cpp`. - Filepath may be moved inside `OBJExportParams`. - Clear up `io_obj.c`'s includes. |
Commit Details:
Full Hash: 3c947bd5a6a2095cbadc327fcd16cfecaadec6a6
Parent Commit: 7294f0c
Lines Changed: +317, -78
6 Added Paths:
/source/blender/io/obj/obj_exporter.cpp (+56, -0) (View)
/source/blender/io/obj/obj_exporter.h (+27, -0) (View)
/source/blender/io/obj/obj_file_handler.cpp (+23, -0) (View)
/source/blender/io/obj/obj_file_handler.h (+24, -0) (View)
/source/blender/io/obj/obj_importer.cpp (+25, -0) (View)
/source/blender/io/obj/obj_importer.h (+24, -0) (View)
/source/blender/io/obj/obj_exporter.h (+27, -0) (View)
/source/blender/io/obj/obj_file_handler.cpp (+23, -0) (View)
/source/blender/io/obj/obj_file_handler.h (+24, -0) (View)
/source/blender/io/obj/obj_importer.cpp (+25, -0) (View)
/source/blender/io/obj/obj_importer.h (+24, -0) (View)