Blender Git Loki
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