Blender Git Commit Log

Git Commits -> Revision f3a3a97

Revision f3a3a97 by Bastien Montagne (master)
February 10, 2020, 16:10 (GMT)
Refactor: move `Library`-specific functions into proper `BKE_library` file.

Even though we do not have much of those, this might change in the
future, and in any case having specific functions for this ID type in
generic `BKE_lib` area was really confusing.

Commit Details:

Full Hash: f3a3a976b7ddaca77560040e9bea7e9303e4eead
Parent Commit: ddad044
Lines Changed: +127, -35

2 Added Paths:

/source/blender/blenkernel/BKE_library.h (+45, -0) (View)
/source/blender/blenkernel/intern/library.c (+75, -0) (View)

8 Modified Paths:

/source/blender/blenkernel/BKE_lib_id.h (+0, -3) (Diff)
/source/blender/blenkernel/CMakeLists.txt (+2, -0) (Diff)
/source/blender/blenkernel/intern/bpath.c (+1, -0) (Diff)
/source/blender/blenkernel/intern/lib_id.c (+0, -32) (Diff)
/source/blender/blenkernel/intern/lib_id_delete.c (+1, -0) (Diff)
/source/blender/blenloader/intern/blend_validate.c (+1, -0) (Diff)
/source/blender/editors/space_outliner/outliner_draw.c (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_ID.c (+1, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021