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>2020-05-15 16:16:39 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-05-15 16:16:39 +0300
commit998e26704b17ff42673a3d27f40a06c519266ce1 (patch)
tree6dd815d188ae118a04659c57953c549300533468 /source/blender/editors/space_graph
parent2b36cf311811e728701a62b08da898a7d1c3fbc9 (diff)
parentfe0036c586d334a17a0b6bc008790749f58273be (diff)
Merge branch 'blender-v2.83-release'
Diffstat (limited to 'source/blender/editors/space_graph')
-rw-r--r--source/blender/editors/space_graph/graph_buttons.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_graph/graph_buttons.c b/source/blender/editors/space_graph/graph_buttons.c
index 6c984860efc..ca8919f51a6 100644
--- a/source/blender/editors/space_graph/graph_buttons.c
+++ b/source/blender/editors/space_graph/graph_buttons.c
@@ -295,7 +295,7 @@ static void graphedit_activekey_handles_cb(bContext *C, void *fcu_ptr, void *bez
bezt->h2 = HD_ALIGN;
}
else {
- BKE_nurb_bezt_handle_test(bezt, SELECT, true);
+ BKE_nurb_bezt_handle_test(bezt, SELECT, true, false);
}
/* now call standard updates */