Blender Git Loki
Git Commits -> Revision 485cc43
Revision 485cc43 by Ankit Meel (soc-2020-io-performance) June 2, 2020, 07:49 (GMT) |
Preliminary geometry data exported, without any axes modification. Single object geometry data exporter: vertex, vertex normal, faces. Completed the todos in rB3c947bd5a6a2. Todo: Add object name. Export multiple objects in the same file. Verify it on other complex shapes. Texture coordinates. |
Commit Details:
Full Hash: 485cc4330aff5f38c8af7874a450829cdd975cf7
Parent Commit: 3c947bd
Lines Changed: +292, -164
4 Added Paths:
/source/blender/io/obj/obj.cc (+42, -0) (View)
/source/blender/io/obj/obj_exporter.cc (+112, -0) (View)
/source/blender/io/obj/obj_file_handler.cc (+56, -0) (View)
/source/blender/io/obj/obj_importer.cc (+24, -0) (View)
/source/blender/io/obj/obj_exporter.cc (+112, -0) (View)
/source/blender/io/obj/obj_file_handler.cc (+56, -0) (View)
/source/blender/io/obj/obj_importer.cc (+24, -0) (View)
4 Deleted Paths:
/source/blender/io/obj/obj.cpp (+0, -42)
/source/blender/io/obj/obj_exporter.cpp (+0, -56)
/source/blender/io/obj/obj_file_handler.cpp (+0, -23)
/source/blender/io/obj/obj_importer.cpp (+0, -25)
/source/blender/io/obj/obj_exporter.cpp (+0, -56)
/source/blender/io/obj/obj_file_handler.cpp (+0, -23)
/source/blender/io/obj/obj_importer.cpp (+0, -25)
7 Modified Paths:
/source/blender/editors/io/io_obj.c (+2, -2) (Diff)
/source/blender/editors/io/io_obj.h (+5, -0) (Diff)
/source/blender/io/obj/CMakeLists.txt (+4, -4) (Diff)
/source/blender/io/obj/obj.h (+26, -9) (Diff)
/source/blender/io/obj/obj_exporter.h (+9, -3) (Diff)
/source/blender/io/obj/obj_file_handler.h (+9, -0) (Diff)
/source/blender/io/obj/obj_importer.h (+3, -0) (Diff)
/source/blender/editors/io/io_obj.h (+5, -0) (Diff)
/source/blender/io/obj/CMakeLists.txt (+4, -4) (Diff)
/source/blender/io/obj/obj.h (+26, -9) (Diff)
/source/blender/io/obj/obj_exporter.h (+9, -3) (Diff)
/source/blender/io/obj/obj_file_handler.h (+9, -0) (Diff)
/source/blender/io/obj/obj_importer.h (+3, -0) (Diff)