Blender Git Loki
Git Commits -> Revision 56557f2
Revision 56557f2 by Joshua Leung (master) December 12, 2008, 23:25 (GMT) |
2.5 - Assorted View2D related fixes IPO Editor Fixes: * Grid now draws correct. Fixed typo in gridline calculations preventing drawing from occurring. Also, set the right arguments to the appropriate View2D calls. * Limited Ton's cur<->mask mapping 'hack' to Outliner only, as it was causing problems with the drawing of the grid. Perhaps there's still some faulty code in curRect_validate that should be changed instead... * Horizontal scroller draws frames now by default. However, the values are still offset a bit, so will need further investigation. Outliner Fixes: * Fixed overlapping text problem with RNA-path and menus. Now RNA path draws as a label beside the menus, so there shouldn't be any more problems there. * do_versions code now sets all appropriate flags, as old OOPS views could cause errors with scroller drawing + view manipulation operators which depend on flags being set. |
Commit Details:
Full Hash: 56557f223fb9c9afae0965fb564b9c189e97f5cb
SVN Revision: 17814
Parent Commit: f3dc0ba
Lines Changed: +103, -44
7 Modified Paths:
/source/blender/blenloader/intern/readfile.c (+3, -1) (Diff)
/source/blender/editors/include/UI_view2d.h (+8, -4) (Diff)
/source/blender/editors/interface/view2d.c (+15, -11) (Diff)
/source/blender/editors/space_ipo/space_ipo.c (+57, -5) (Diff)
/source/blender/editors/space_outliner/outliner_header.c (+14, -3) (Diff)
/source/blender/editors/space_outliner/space_outliner.c (+1, -18) (Diff)
/source/blender/makesdna/DNA_space_types.h (+5, -2) (Diff)
/source/blender/editors/include/UI_view2d.h (+8, -4) (Diff)
/source/blender/editors/interface/view2d.c (+15, -11) (Diff)
/source/blender/editors/space_ipo/space_ipo.c (+57, -5) (Diff)
/source/blender/editors/space_outliner/outliner_header.c (+14, -3) (Diff)
/source/blender/editors/space_outliner/space_outliner.c (+1, -18) (Diff)
/source/blender/makesdna/DNA_space_types.h (+5, -2) (Diff)