Blender Git Commit Log

Git Commits -> Revision 0868a2b

Revision 0868a2b by Bastien Montagne (master)
December 4, 2017, 12:09 (GMT)
Cleanup: link/append: get rid of booleans in func parameters.

One or two are OK, but more make it rather unreadable, and future work
is likely to require more toggle specific behavior here. So switched to
bitflags, switching from short to int and using 16 upper bits for
'internal' ones defined in BLO_readfile.h, combined with 'public' ones
from user interaction, defined in DNA_space_types.h

Commit Details:

Full Hash: 0868a2b6109f974edcc11a35c9f1bbd0388a8864
Parent Commit: 5c27523
Lines Changed: +38, -25

4 Modified Paths:

/source/blender/blenloader/BLO_readfile.h (+12, -3) (Diff)
/source/blender/blenloader/intern/readfile.c (+12, -13) (Diff)
/source/blender/makesdna/DNA_space_types.h (+2, -0) (Diff)
/source/blender/windowmanager/intern/wm_files_link.c (+12, -9) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021