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:
authorWayde Moss <GuiltyGhost>2020-12-30 22:29:12 +0300
committerWayde Moss <wbmoss_dev@yahoo.com>2020-12-30 22:30:02 +0300
commitdc4f3080fde5803e358e51e44668417291c1a3f5 (patch)
tree02465eda9eee72d0a4163dcd90ad4f16d845a068 /source/blender/editors/animation/keyframing.c
parent164e117abab8e534194d8214710979da35d0698a (diff)
NLA: Strip Evaluate Held Strips Even When Not First Striptmp-T82230-nla_remove_hold_reset_behavior
Changes NLA strip evaluation. A visual example of the change (with current frame between both strips): **Before**: | First strip extrapolation | Next strip extrapolation | Evaluated Strip | None | Hold | Neither | Hold or Hold_Forward| Hold | First **Now**: | First strip extrapolation | Next strip extrapolation | Evaluated Strip | None | Hold | Next | Hold or Hold_Forward | Hold | First There isn't a concrete use-case for this new behavior. It's more to avoid the case of [None | Hold | Neither] which appears buggy. UI-wise, the case of `Hold`/`Hold_Forward` leading to a `Hold` will draw with a slightly darker extrapolation area overlay. Pre-extrapolation and post-extrapolation alpha is changed to the same value now too. Part of {T82230} This patch functionally depends on {D9942} to sanely test this patch. Differential Revision: https://developer.blender.org/D9943
Diffstat (limited to 'source/blender/editors/animation/keyframing.c')
0 files changed, 0 insertions, 0 deletions