Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Oeser <info@graphics-engineer.com>2019-08-15 21:23:13 +0300
committerPhilipp Oeser <info@graphics-engineer.com>2019-10-15 11:06:14 +0300
commitb77da65e8c4d8deb5a27e29f5ba518f02fc1c35d (patch)
tree4e68d945e9c53f4dcafc35ca5be697f86bbd7451 /release/scripts/modules/bpy_types.py
parentfa76f08db5c56e05bd4f1ad4d0f2337f8f3a95fd (diff)
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
Diffstat (limited to 'release/scripts/modules/bpy_types.py')
0 files changed, 0 insertions, 0 deletions