Blender Git Commit Log

Git Commits -> Revision 7c91a43

Revision 7c91a43 by Campbell Barton (soc-2021-curves)
June 21, 2021, 14:31 (GMT)
Cleanup: move endian values from BKE_global into BLI_endian_defines

This change was prompted by D6408 which moves thumbnail extraction into
a shared function that happens use these endian defines but only links
blenlib.

There is no need for these defines to be associated with globals
so move into their own header.

Commit Details:

Full Hash: 7c91a434f57aeb48d1f108224f12cce32012815b
Parent Commit: 3f8bbe4
Committed By: Dilith Jayakody
Lines Changed: +45, -18

1 Added Path:

/source/blender/blenlib/BLI_endian_defines.h (+38, -0) (View)

8 Modified Paths:

/source/blender/blenkernel/BKE_global.h (+0, -14) (Diff)
/source/blender/blenkernel/intern/customdata_file.c (+1, -1) (Diff)
/source/blender/blenkernel/intern/writeffmpeg.c (+1, -0) (Diff)
/source/blender/blenloader/intern/readfile.c (+1, -0) (Diff)
/source/blender/blenloader/intern/writefile.c (+1, -0) (Diff)
/source/blender/imbuf/intern/indexer.c (+1, -2) (Diff)
/source/blender/imbuf/intern/tiff.c (+1, -0) (Diff)
/source/blender/sequencer/intern/image_cache.c (+1, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021