Blender Git Loki
Git Commits -> Revision 7bf977e
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