Blender Git Loki
Git Commits -> Revision 7705488
Revision 7705488 by Richard Antalik (soc-2021-curves) June 21, 2021, 14:31 (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. Another issue was that both X and Y offset animation was being corrected by factor caluclated for X channel. Reviewed By: sergey Differential Revision: https://developer.blender.org/D11370 |
Commit Details:
Full Hash: 77054889b7b192e436aa1c0bb8023bb57a770357
Parent Commit: 60f5745
Committed By: Dilith Jayakody
Lines Changed: +32, -21
1 Modified Path:
/source/blender/blenloader/intern/versioning_290.c (+32, -21) (Diff)