NLA SoC: Merge from 2.5

21301 to 21329
This commit is contained in:
2009-07-03 01:57:38 +00:00
62 changed files with 1827 additions and 727 deletions

View File

@@ -243,6 +243,10 @@ static void graph_main_area_draw(const bContext *C, ARegion *ar)
/* draw curves twice - unselected, then selected, so that the are fewer occlusion problems */
graph_draw_curves(&ac, sipo, ar, grid, 0);
graph_draw_curves(&ac, sipo, ar, grid, 1);
/* XXX the slow way to set tot rect... but for nice sliders needed (ton) */
get_graph_keyframe_extents(&ac, &v2d->tot.xmin, &v2d->tot.xmax, &v2d->tot.ymin, &v2d->tot.ymax);
}
/* only free grid after drawing data, as we need to use it to determine sampling rate */