Blender Git Loki
Git Commits -> Revision e436f31
Revision e436f31 by Vincent Akkermans (soc-2013-ui_replay) August 12, 2013, 22:04 (GMT) |
Working on custom panels for the toolbars. This adds an operator that adds a PanelType to the current region. |
Commit Details:
Full Hash: e436f31e050a473de467d9ba2241e37b30171fb5
SVN Revision: 59090
Parent Commit: 94a5d74
Lines Changed: +134, -6
5 Modified Paths:
/source/blender/editors/interface/interface_panel.c (+1, -0) (Diff)
/source/blender/makesdna/DNA_screen_types.h (+1, -0) (Diff)
/source/blender/windowmanager/intern/wm_init_exit.c (+3, -0) (Diff)
/source/blender/windowmanager/intern/wm_operators.c (+127, -6) (Diff)
/source/blender/windowmanager/WM_api.h (+2, -0) (Diff)
/source/blender/makesdna/DNA_screen_types.h (+1, -0) (Diff)
/source/blender/windowmanager/intern/wm_init_exit.c (+3, -0) (Diff)
/source/blender/windowmanager/intern/wm_operators.c (+127, -6) (Diff)
/source/blender/windowmanager/WM_api.h (+2, -0) (Diff)