Blender Git Commit Log

Git Commits -> Revision 4891da8

Revision 4891da8 by Richard Antalik (master)
June 15, 2021, 22:44 (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: 4891da8ae22523c3ecb727f6f8be5647cbe0f51d
Parent Commit: 1a5fa2b
Lines Changed: +32, -21

1 Modified Path:

/source/blender/blenloader/intern/versioning_290.c (+32, -21) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021