Blender Git Commit Log
Git Commits -> Revision 3119a01
Revision 3119a01 by Richard Antalik (master) January 21, 2020, 23:59 (GMT) |
Fix T70415 100% proxy files playing with poor performance Refactor code to use `eSpaceSeq_Proxy_RenderSize` or corresponding `IMB_Proxy_Size` enum items directly. `SEQ_PROXY_RENDER_SIZE_100` has assigned value 99 to distinguish from `SEQ_PROXY_RENDER_SIZE_FULL`. This caused error in image size calculation and because of that image had to be scaled. Author: EitanSomething Reviewed By: ISS Differential Revision: https://developer.blender.org/D6368 |
Commit Details:
Full Hash: 3119a014a6e126102c67b014a55dd455dc9557e2
Parent Commit: bda0c08
Lines Changed: +70, -80