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:
authorCampbell Barton <ideasman42@gmail.com>2014-05-28 06:24:47 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-05-28 06:30:33 +0400
commita6005319a7f5fdd317132ea9ce4256f63d60e1f8 (patch)
treeeed752e01439ee2521f4990de94e622c29931dd1 /source/blender/editors
parent7317b4fcf10edb367b48c32bd8d44ee1902148fe (diff)
FCurve: Setting extrapolation needs to recalc handles
Diffstat (limited to 'source/blender/editors')
-rw-r--r--source/blender/editors/space_graph/graph_edit.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/editors/space_graph/graph_edit.c b/source/blender/editors/space_graph/graph_edit.c
index f8bc5e9862d..6ed7689a6c3 100644
--- a/source/blender/editors/space_graph/graph_edit.c
+++ b/source/blender/editors/space_graph/graph_edit.c
@@ -1364,6 +1364,8 @@ static void setexpo_graph_keys(bAnimContext *ac, short mode)
if (mode >= 0) {
/* just set mode setting */
fcu->extend = mode;
+
+ ale->update |= ANIM_UPDATE_HANDLES;
}
else {
/* shortcuts for managing Cycles F-Modifiers to make it easier to toggle cyclic animation