Blender Git Loki

Git Commits -> Revision b1cb844

Revision b1cb844 by Andrea Weikert (master)
January 6, 2009, 14:42 (GMT)
2.5 - Start of filebrowser.
- basic drawing of list and thumbnail view (switchable through 'favourits' icon in header)
- selection of files and directories (bookmarks) works with the RMB (right mouse button)
- load operator for files still unstable (no check for correct file type) and incomplete. (WM_operator_free missing)
immediate TODOS:
- fix load file operator
- finish drawing of buttons in header
- drawing of detailed list with all file info.
- finish selection and execute operators (LMB and MMB execute)
later todos:
- parent dir
- keymap for all the shortcuts
- append/link and databrowse
- ...

Commit Details:

Full Hash: b1cb844e0539376cb41cd15bf802aea62848b90a
SVN Revision: 18366
Parent Commit: 10e6566
Lines Changed: +1984, -117

4 Added Paths:

/source/blender/editors/datafiles/prvicons.c (+436, -0) (View)
/source/blender/editors/include/ED_fileselect.h (+65, -0) (View)
/source/blender/editors/space_file/file_draw.c (+598, -0) (View)
/source/blender/editors/space_file/file_ops.c (+269, -0) (View)

20 Modified Paths:

/projectfiles_vc9/blender/editors/ED_editors.vcproj (+16, -0) (Diff)
/source/blender/blenloader/BLO_readfile.h (+1, -2) (Diff)
/source/blender/blenloader/intern/readfile.c (+31, -13) (Diff)
/source/blender/editors/include/ED_datafiles.h (+3, -0) (Diff)
/source/blender/editors/include/ED_space_api.h (+6, -0) (Diff)
/source/blender/editors/include/UI_interface_icons.h (+1, -0) (Diff)
/source/blender/editors/interface/interface_icons.c (+34, -14) (Diff)
/source/blender/editors/screen/area.c (+36, -0) (Diff)
/source/blender/editors/screen/screen_intern.h (+1, -0) (Diff)
/source/blender/editors/space_file/filelist.c (+3, -2) (Diff)
/source/blender/editors/space_file/filesel.c (+69, -11) (Diff)
/source/blender/editors/space_file/file_header.c (+40, -3) (Diff)
/source/blender/editors/space_file/file_intern.h (+13, -2) (Diff)
/source/blender/editors/space_file/fsmenu.c (+65, -2) (Diff)
/source/blender/editors/space_file/fsmenu.h (+6, -3) (Diff)
/source/blender/editors/space_file/space_file.c (+176, -36) (Diff)
/source/blender/makesdna/DNA_screen_types.h (+1, -0) (Diff)
/source/blender/makesdna/DNA_space_types.h (+19, -25) (Diff)
/source/blender/windowmanager/intern/wm_init_exit.c (+5, -3) (Diff)
/source/blender/windowmanager/intern/wm_operators.c (+90, -1) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021