This repository has been archived on 2023-10-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
blender-archive/source/blender/blenkernel
Philipp Oeser b77da65e8c Fix T68700: Incorrect 'absolute' timing of animated masks in the Video
Sequence Editor

Code in 'seq_render_mask' will effectively do
BKE_mask_evaluate(mask_temp, mask->sfra + (cfra - fra_offset), true)
where 'fra_offset' is zero for absolute and seq->start for relative.

If we really want the scene's current frame (as advertised) if Mask Time
is set to Absolute (effectively ignoring the Mask Settings start/end) we
need to change the fra_offset from zero to mask->sfra.

Also BKE_animsys_evaluate_animdata should take mask->sfra into account
as well (otherwise mask animation [points] and other animation [e.g.
opacity] will run out of sync)

Reviewers: campbellbarton, ISS

Maniphest Tasks: T68700

Differential Revision: https://developer.blender.org/D5495
2019-10-15 10:06:14 +02:00
..
2019-09-13 21:12:43 +10:00
2019-10-04 16:23:39 +02:00
2019-10-07 15:22:22 +11:00
2019-09-07 23:17:40 +10:00
2019-09-27 23:23:25 +02:00
2019-09-26 16:43:35 +02:00
2019-06-11 15:11:07 +02:00
2019-10-10 10:29:50 +11:00
2019-06-14 10:12:10 +10:00
2019-09-07 23:17:40 +10:00
2019-09-30 17:07:05 +10:00
2019-10-04 06:00:08 +10:00