Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Mein <mein@cs.umn.edu>2007-01-22 22:47:12 +0300
committerKent Mein <mein@cs.umn.edu>2007-01-22 22:47:12 +0300
commit6cbd50508926459f4b57172e93a0ed8715dce1f9 (patch)
tree2f931cd89094ffb6feff8750e4920dde0d882b4b /release/plugins/sequence/blur.c
parentc778c7f2861c2665c252d94bb89414fb9b146df7 (diff)
I put stuff into the code that shouldn't have been there. Reverts this small statement so
its correct again. Thanks paprmh.... Kent
Diffstat (limited to 'release/plugins/sequence/blur.c')
-rw-r--r--release/plugins/sequence/blur.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/release/plugins/sequence/blur.c b/release/plugins/sequence/blur.c
index e46b3825725..80db53268dc 100644
--- a/release/plugins/sequence/blur.c
+++ b/release/plugins/sequence/blur.c
@@ -119,10 +119,7 @@ void blurbuf(struct ImBuf *ibuf, int nr, Cast *cast)
freeImBuf(tbuf);
tbuf = ttbuf;
}
- if (tbuf->x > x4) {
- scaleImBuf(tbuf, ibuf->x, ibuf->y);
- break;
- }
+ if(tbuf->x<4 || tbuf->y<4) break;
}
/* enlarge */