Blender Git Commit Log
Git Commits -> Revision 7064efc
Revision 7064efc by Richard Antalik (temp-vse-fix-T88263) May 24, 2021, 05:28 (GMT) |
Fix T88263: Incorrect image offset from old file Versioning code for converting strip offset property doesn't work, when property was animated and disabled or when crop was used. When offset property is animated and offset is enabled, animation is converted to be used with new transform design. When offset is disabled, animation is left untouched. New transform design doesn't have option to disable offset, and therefore old unconverted animation is used instead of converted static value. Remove animation from propery if it was unused. Maniphest Tasks: T88263 Differential Revision: https://developer.blender.org/D11370 |
Commit Details:
Full Hash: 7064efc58d0ca84e04b823a40ba63bfc957b5fb2
Parent Commit: 43153e2
Lines Changed: +30, -20
1 Modified Path:
/source/blender/blenloader/intern/versioning_290.c (+30, -20) (Diff)