Blender Git Commit Log

Git Commits -> Revision 2a7b74c

Revision 2a7b74c by Bastien Montagne (master)
January 25, 2019, 16:46 (GMT)
Cleanup: BLO: move validate code into own header.

Does not make sense to keep that with BLO_writefile.h, this can also be
used by read code, and some other parts of Blender (like ed_undo.c
currently)...

Commit Details:

Full Hash: 2a7b74c23711a15c4e1946c699161d420a4bee7b
Parent Commit: 693721c
Lines Changed: +48, -7

1 Added Path:

/source/blender/blenloader/BLO_blend_validate.h (+41, -0) (View)

6 Modified Paths:

/source/blender/blenloader/BLO_writefile.h (+0, -2) (Diff)
/source/blender/blenloader/CMakeLists.txt (+1, -0) (Diff)
/source/blender/blenloader/intern/blend_validate.c (+1, -1) (Diff)
/source/blender/blenloader/intern/readfile.c (+1, -1) (Diff)
/source/blender/blenloader/intern/writefile.c (+3, -2) (Diff)
/source/blender/editors/undo/ed_undo.c (+1, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021