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-02-12 06:20:03 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-02-12 06:26:21 +0300
commit6a28d14f7236b3e6fbe7409da9ee916878d65feb (patch)
tree1ba6c24a41b5ff28e24f4858d993f79cea4f3ac9 /source/blender/editors/animation/keyframing.c
parent88210a6ddf7bfe11b29a3be3a470de9816b47cc8 (diff)
Fix T73740: Auto-key "Only Available" de-selects f-curves
This was especially bad with "Only Selected Curve Keyframes", effectively making f-curves un-editable on each insertion.
Diffstat (limited to 'source/blender/editors/animation/keyframing.c')
-rw-r--r--source/blender/editors/animation/keyframing.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/editors/animation/keyframing.c b/source/blender/editors/animation/keyframing.c
index 188192e10ae..6c4fe93e19a 100644
--- a/source/blender/editors/animation/keyframing.c
+++ b/source/blender/editors/animation/keyframing.c
@@ -3016,8 +3016,6 @@ bool ED_autokeyframe_property(
ToolSettings *ts = scene->toolsettings;
short flag = ANIM_get_keyframing_flags(scene, 1);
- fcu->flag &= ~FCURVE_SELECTED;
-
/* Note: We use rnaindex instead of fcu->array_index,
* because a button may control all items of an array at once.
* E.g., color wheels (see T42567). */