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:
authorJoshua Leung <aligorith@gmail.com>2011-03-12 04:09:40 +0300
committerJoshua Leung <aligorith@gmail.com>2011-03-12 04:09:40 +0300
commit80de27914d4d0cedf8a46d960b496db7126d118e (patch)
treebc31cd5536c11ffc213a608848344152470cc877 /source/tests
parentc786a2c80506397f64d3bc3ad91d97774e867d8d (diff)
Bugfix [#26222] Alt-O (smooth) in Graph editor destroys fcurve handle
type and data Recoded Keyframe Smoothing operator to work better for continuous curves (i.e. ones with monotonically increasing slopes in sections) as opposed to hypothetically jagged ones. The old method assumed that handles should be flat as otherwise, you'd often get unsmooth curves just because you went and tilted some of the handles for local extrema, causing some unkeyframed overshoots, which also leads to changes in timing, which in turn often means unsmooth motion. Hence, the code took advantage of this to do things with less extra data. However, now we have a proper "flatten handles" tool (under snap -> horizontal) so this functionality is not needed in the general case where it will lead to stair-stepping artifacts.
Diffstat (limited to 'source/tests')
0 files changed, 0 insertions, 0 deletions