Blender Git Commit Log

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)

5 Modified Paths:

/source/blender/editors/io/io_obj.c (+74, -59) (Diff)
/source/blender/io/obj/CMakeLists.txt (+18, -2) (Diff)
/source/blender/io/obj/obj.cpp (+33, -2) (Diff)
/source/blender/io/obj/obj.h (+12, -14) (Diff)
/source/blender/windowmanager/intern/wm_operator_props.c (+1, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021