Blender Git Commit Log

Git Commits -> Revision 7bf977e

Revision 7bf977e by Eitan (master)
March 20, 2021, 00:40 (GMT)
Fix T54395: Original image size set incorrectly

`SequenceElement` type `orig_height` and `orig_width` members were
set to incorrect size when using proxies and not set when strip was
added which caused value to be unset.

Since now image dimensions must be read when strip is created,
these members can be initialized. When proxies are used, do not set
original size since it is not guaranteed, that proxies are exact size.

These values are not guaranteed to be up to date or exact. They should
be used for strictly informative purposes.

Reviewed By: ISS

Differential Revision: https://developer.blender.org/D6506

Commit Details:

Full Hash: 7bf977e9f0cf57add1543f83d357a19f0848b2b5
Parent Commit: bfad8de
Committed By: Richard Antalik
Lines Changed: +19, -6

2 Modified Paths:

/source/blender/sequencer/intern/render.c (+4, -4) (Diff)
/source/blender/sequencer/intern/strip_add.c (+15, -2) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021