Camera tracking: imbuf (un)distoriton used to set RECT_INVALID flag for source image instead of destination

This lead to wrong proxies generated for openexr float image sequences
This commit is contained in:
Sergey Sharybin 2012-05-23 16:53:33 +00:00
parent 66aac12e24
commit 6bb45ac67b

@ -2916,7 +2916,7 @@ ImBuf *BKE_tracking_distortion_exec(MovieDistortion *distortion, MovieTracking *
}
#endif
ibuf->userflags |= IB_RECT_INVALID;
resibuf->userflags |= IB_RECT_INVALID;
}
else {
#ifdef WITH_LIBMV