replace ImBuf.depth with ImBuf.planes to match ImageFormatData.planes & to avoid confusion with ImageFormatData.depth

This commit is contained in:
2011-11-21 20:47:19 +00:00
parent 02a164baaa
commit 30fd1ab523
34 changed files with 106 additions and 154 deletions

View File

@@ -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;