Evas: Refactor model's savers and loaders.
authorperepelits.m <perepelits.m@samsung.com>
Thu, 10 Dec 2015 07:37:30 +0000 (16:37 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Thu, 10 Dec 2015 07:50:06 +0000 (16:50 +0900)
commit01a32f64c0ffbe2ce048f8eb016d685913558cf5
treef257fdc3489c8e4d2eb9e3fffa4299866d927b5c
parent1363cd757a8dcdc9adeaf47f781ad038446b2014
Evas: Refactor model's savers and loaders.

Summary:
Move common part to a separated document.
Make code more readable using smaller functions. (from Task T2713)

I did it again because somehow test is passing now. It seems like this test suite is unstable.
Please, let me know if there are any errors after running distcheck.

Reviewers: cedric, raster, Hermet, stefan_schmidt

Subscribers: jpeg, artem.popov

Differential Revision: https://phab.enlightenment.org/D3420
src/Makefile_Evas.am
src/lib/evas/common3d/save_load/evas_model_load_save_common.c [moved from src/lib/evas/common3d/save_load/evas_model_common.c with 99% similarity]
src/lib/evas/common3d/save_load/evas_model_load_save_common.h [moved from src/lib/evas/common3d/save_load/evas_model_common.h with 100% similarity]
src/modules/evas/model_loaders/eet/evas_model_load_eet.c
src/modules/evas/model_loaders/ply/evas_model_load_ply.c
src/modules/evas/model_savers/eet/evas_model_save_eet.c
src/modules/evas/model_savers/obj/evas_model_save_obj.c
src/modules/evas/model_savers/ply/evas_model_save_ply.c