== Action Editor - Scrolling Fix ==
This fixes a problem introduced in http://lists.blender.org/pipermail/bf-blender-cvs/2007-May/010005.html Now channels in older files will be in the view again upon loading.
This commit is contained in:
@@ -4569,14 +4569,14 @@ static void init_actionspace(ScrArea *sa)
|
||||
saction->blockscale= 0.7;
|
||||
|
||||
saction->v2d.tot.xmin= 1.0;
|
||||
saction->v2d.tot.ymin= 0.0;
|
||||
saction->v2d.tot.ymin= -1000.0;
|
||||
saction->v2d.tot.xmax= 1000.0;
|
||||
saction->v2d.tot.ymax= 1000.0;
|
||||
saction->v2d.tot.ymax= 0.0;
|
||||
|
||||
saction->v2d.cur.xmin= -5.0;
|
||||
saction->v2d.cur.ymin= 0.0;
|
||||
saction->v2d.cur.ymin= -75.0;
|
||||
saction->v2d.cur.xmax= 65.0;
|
||||
saction->v2d.cur.ymax= 1000.0;
|
||||
saction->v2d.cur.ymax= 5.0;
|
||||
|
||||
saction->v2d.min[0]= 0.0;
|
||||
saction->v2d.min[1]= 0.0;
|
||||
|
||||
Reference in New Issue
Block a user