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/view_map
parent1e30f000308debebf7cd5bbf6a9b37b8a94182de (diff)
Fixed the flags argument of IMB_saveiff calls.
Diffstat (limited to 'source/blender/freestyle/intern/view_map')
-rwxr-xr-xsource/blender/freestyle/intern/view_map/SteerableViewMap.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/freestyle/intern/view_map/SteerableViewMap.cpp b/source/blender/freestyle/intern/view_map/SteerableViewMap.cpp
index 4c179d9ff02..d1d9eb71e77 100755
--- a/source/blender/freestyle/intern/view_map/SteerableViewMap.cpp
+++ b/source/blender/freestyle/intern/view_map/SteerableViewMap.cpp
@@ -241,7 +241,7 @@ void SteerableViewMap::saveSteerableViewMap() const {
filename << base;
filename << i << "-" << j << ".png";
ibuf->ftype= PNG;
- IMB_saveiff(ibuf, const_cast<char *>(filename.str().c_str()), IB_rect);
+ IMB_saveiff(ibuf, const_cast<char *>(filename.str().c_str()), 0);
}
// QString base("SteerableViewMap");