projects
/
blender.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cfd6732
)
increase the level you can zoom out (andy's timelapse videos were a pain to edit)
author
Campbell Barton <ideasman42@gmail.com>
Tue, 3 Jun 2008 01:01:47 +0000
(
01:01
+0000)
committer
Campbell Barton <ideasman42@gmail.com>
Tue, 3 Jun 2008 01:01:47 +0000
(
01:01
+0000)
source/blender/src/space.c
patch
|
blob
|
history
diff --git
a/source/blender/src/space.c
b/source/blender/src/space.c
index 47e3387755b223f4d041a36904b28728e37f30cd..8cc7e6975b4686c6410a3a90b2b67ec474508fc4 100644
(file)
--- a/
source/blender/src/space.c
+++ b/
source/blender/src/space.c
@@
-5121,7
+5121,7
@@
static void init_seqspace(ScrArea *sa)
sseq->v2d.min[0]= 10.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.minzoom= 0.1f;