Blender Git Loki
Git Commits -> Revision aff190c
Revision aff190c by Hugo Sales (soc-2019-fast-io) June 28, 2019, 13:45 (GMT) |
[Fast import/export] Refactoring, using DEG_OBJECT_ITER, fixed crash when UVs don't exist for object, fixed applying scale and axis remap |
Commit Details:
Full Hash: aff190c14a3ffdf3d50ddc62ad5ad52845225a59
Parent Commit: ad93a38
Lines Changed: +133, -126
10 Modified Paths:
/source/blender/depsgraph/DEG_depsgraph_query.h (+2, -0) (Diff)
/source/blender/editors/io/intern/common.cpp (+21, -38) (Diff)
/source/blender/editors/io/intern/common.hpp (+3, -2) (Diff)
/source/blender/editors/io/intern/iterators.hpp (+23, -5) (Diff)
/source/blender/editors/io/intern/obj.cpp (+56, -51) (Diff)
/source/blender/editors/io/intern/stl.cpp (+3, -2) (Diff)
/source/blender/editors/io/io_common.c (+1, -5) (Diff)
/source/blender/editors/io/io_common.h (+1, -1) (Diff)
/source/blender/editors/io/io_obj.c (+20, -19) (Diff)
/source/blender/editors/io/io_stl.c (+3, -3) (Diff)
/source/blender/editors/io/intern/common.cpp (+21, -38) (Diff)
/source/blender/editors/io/intern/common.hpp (+3, -2) (Diff)
/source/blender/editors/io/intern/iterators.hpp (+23, -5) (Diff)
/source/blender/editors/io/intern/obj.cpp (+56, -51) (Diff)
/source/blender/editors/io/intern/stl.cpp (+3, -2) (Diff)
/source/blender/editors/io/io_common.c (+1, -5) (Diff)
/source/blender/editors/io/io_common.h (+1, -1) (Diff)
/source/blender/editors/io/io_obj.c (+20, -19) (Diff)
/source/blender/editors/io/io_stl.c (+3, -3) (Diff)