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:
authorTamito Kajiyama <rd6t-kjym@asahi-net.or.jp>2010-05-09 21:44:39 +0400
committerTamito Kajiyama <rd6t-kjym@asahi-net.or.jp>2010-05-09 21:44:39 +0400
commit906a7e69ca9cbce4866420b14f8ad23dea533881 (patch)
treec2db4b984a8f3562d7ac07c0dc0c27c6889beadd /source/blender/freestyle/intern/stroke/Canvas.cpp
parent1e30f000308debebf7cd5bbf6a9b37b8a94182de (diff)
Fixed the flags argument of IMB_saveiff calls.
Diffstat (limited to 'source/blender/freestyle/intern/stroke/Canvas.cpp')
-rwxr-xr-xsource/blender/freestyle/intern/stroke/Canvas.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/freestyle/intern/stroke/Canvas.cpp b/source/blender/freestyle/intern/stroke/Canvas.cpp
index 25ed11f6732..d536bd7f5b4 100755
--- a/source/blender/freestyle/intern/stroke/Canvas.cpp
+++ b/source/blender/freestyle/intern/stroke/Canvas.cpp
@@ -419,7 +419,7 @@ int rowbytes = w*4;
filename << base;
filename << i << ".bmp";
qtmp->ftype= BMP;
- IMB_saveiff(qtmp, const_cast<char *>(filename.str().c_str()), IB_rect);
+ IMB_saveiff(qtmp, const_cast<char *>(filename.str().c_str()), 0);
}
// QImage *qtmp = new QImage(w, h, 32);