Image proxies now correctly support metadata (needs to regenerate

proxies though)
This commit is contained in:
Antonis Ryakiotakis 2015-05-06 13:05:59 +02:00
parent 27c3886064
commit d80ff8ce80
Notes: blender-bot 2023-02-14 09:09:43 +01:00
Referenced by issue #44618, Rip Fill does not work on a single vert.
1 changed files with 1 additions and 0 deletions

View File

@ -1737,6 +1737,7 @@ static void seq_proxy_build_frame(const SeqRenderData *context, Sequence *seq, i
if (ibuf_tmp->x != rectx || ibuf_tmp->y != recty) {
ibuf = IMB_dupImBuf(ibuf_tmp);
IMB_metadata_copy(ibuf, ibuf_tmp);
IMB_freeImBuf(ibuf_tmp);
IMB_scalefastImBuf(ibuf, (short)rectx, (short)recty);
}