Blender Git Commit Log

Git Commits -> Revision 242fdf5

December 21, 2014, 15:02 (GMT)
WIP: merge work on local branch about using UILists for bookmarks, be able to rename them, etc.

Doing it mostly because I need some update work done here so far to get py uilists/bookmarks working.

This exposes/moves part of bookmark code to ED_ area, so that it becomes available from e.g. RNA.
And adds RNA struct and such to represent a bookmark entry.

Also, Bookmark format is ammended to store optional custom names.

All this is still *very* crappy, should probably take some time soon to cleanup the whole branch!

See also T42777.

Commit Details:

Full Hash: 242fdf5e606f545cab3052fea4e4287118f25668
Parent Commit: b734d9b
Lines Changed: +401, -79

11 Modified Paths:

/release/scripts/startup/bl_ui/space_filebrowser.py (+40, -1) (Diff)
/source/blender/editors/include/ED_fileselect.h (+37, -0) (Diff)
/source/blender/editors/space_file/file_ops.c (+3, -3) (Diff)
/source/blender/editors/space_file/file_panels.c (+17, -15) (Diff)
/source/blender/editors/space_file/fsmenu.c (+109, -33) (Diff)
/source/blender/editors/space_file/fsmenu.h (+6, -26) (Diff)
/source/blender/editors/space_file/space_file.c (+1, -1) (Diff)
/source/blender/makesdna/DNA_space_types.h (+9, -0) (Diff)
/source/blender/makesrna/intern/rna_space.c (+172, -0) (Diff)
/source/blender/makesrna/RNA_access.h (+1, -0) (Diff)
/source/blenderplayer/bad_level_call_stubs/stubs.c (+6, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021