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:
authorCampbell Barton <ideasman42@gmail.com>2011-11-22 00:47:19 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-11-22 00:47:19 +0400
commit30fd1ab523393216a66a7debb7e42ec39e40a242 (patch)
treea3ce9ca35b4f177f0dd31e62691a4613b242aaae /source/creator
parent02a164baaa57ab037419fde864e02d6a432e858d (diff)
replace ImBuf.depth with ImBuf.planes to match ImageFormatData.planes & to avoid confusion with ImageFormatData.depth
Diffstat (limited to 'source/creator')
-rw-r--r--source/creator/creator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/creator/creator.c b/source/creator/creator.c
index 67646a19cb7..0fa60b96bf4 100644
--- a/source/creator/creator.c
+++ b/source/creator/creator.c
@@ -619,7 +619,7 @@ static int set_image_type(int argc, const char **argv, void *data)
#endif
else {
printf("\nError: Format from '-F / --render-format' not known or not compiled in this release.\n");
- imtype_new= imtype_new;
+ imtype_new= scene->r.im_format.imtype;
}
scene->r.im_format.imtype= imtype_new;