replace ImBuf.depth with ImBuf.planes to match ImageFormatData.planes & to avoid confusion with ImageFormatData.depth
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user