Blender Git Loki
Git Commits -> Revision e73a202
Revision e73a202 by Andrea Weikert (master) March 20, 2011, 11:16 (GMT) |
== filebrowser == Code cleanup * Separate out selection flags from file type flags, was bothering me since forever ;) * Also renamed ACTIVEFILE to SELECTED_FILE to better reflect actual usage in code. * Fix crash introduced with last commit, better check for valid selection |
Commit Details:
Full Hash: e73a2020dd1450a709d8da53af9132e08c811226
SVN Revision: 35642
Parent Commit: 5325f3b
Lines Changed: +48, -39
7 Modified Paths:
/source/blender/blenlib/BLI_storage_types.h (+2, -1) (Diff)
/source/blender/editors/space_file/filelist.c (+8, -8) (Diff)
/source/blender/editors/space_file/filesel.c (+1, -1) (Diff)
/source/blender/editors/space_file/file_draw.c (+7, -7) (Diff)
/source/blender/editors/space_file/file_ops.c (+21, -17) (Diff)
/source/blender/editors/space_file/space_file.c (+1, -1) (Diff)
/source/blender/makesdna/DNA_space_types.h (+8, -4) (Diff)
/source/blender/editors/space_file/filelist.c (+8, -8) (Diff)
/source/blender/editors/space_file/filesel.c (+1, -1) (Diff)
/source/blender/editors/space_file/file_draw.c (+7, -7) (Diff)
/source/blender/editors/space_file/file_ops.c (+21, -17) (Diff)
/source/blender/editors/space_file/space_file.c (+1, -1) (Diff)
/source/blender/makesdna/DNA_space_types.h (+8, -4) (Diff)