increase the level you can zoom out (andy's timelapse videos were a pain to edit)

This commit is contained in:
Campbell Barton 2008-06-03 01:01:47 +00:00
parent cfd67321d2
commit 510d4b22ec

@ -5121,7 +5121,7 @@ static void init_seqspace(ScrArea *sa)
sseq->v2d.min[0]= 10.0; sseq->v2d.min[0]= 10.0;
sseq->v2d.min[1]= 4.0; sseq->v2d.min[1]= 4.0;
sseq->v2d.max[0]= 32000.0; sseq->v2d.max[0]= MAXFRAMEF;
sseq->v2d.max[1]= MAXSEQ; sseq->v2d.max[1]= MAXSEQ;
sseq->v2d.minzoom= 0.1f; sseq->v2d.minzoom= 0.1f;