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:
authorChristoph Lendenfeld <chris.lend@gmx.at>2021-06-10 00:31:10 +0300
committerChristoph Lendenfeld <chris.lend@gmx.at>2021-06-10 00:31:10 +0300
commitd96e9de9de0be3152312823208a176bd949c3f1f (patch)
tree036533e4921a21b061e1f8c4c7c6b8b7ff39fe8f /source/blender/editors/armature
parent93fd07e19cf82efd8a0e5882e78f8a49d8053d7d (diff)
Fix T88546: Pose slider typed input not working
Remove an unnecessary call to pose_slide_mouse_update_percentage That call was overriding the typed value Reviewed By: #animation_rigging, Sybren A. Stüvel Differential Revision: https://developer.blender.org/D11395 Ref D11395
Diffstat (limited to 'source/blender/editors/armature')
-rw-r--r--source/blender/editors/armature/pose_slide.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/editors/armature/pose_slide.c b/source/blender/editors/armature/pose_slide.c
index f7b54b79601..9300fcf193d 100644
--- a/source/blender/editors/armature/pose_slide.c
+++ b/source/blender/editors/armature/pose_slide.c
@@ -1581,8 +1581,6 @@ static int pose_slide_modal(bContext *C, wmOperator *op, const wmEvent *event)
/* Perform pose updates - in response to some user action
* (e.g. pressing a key or moving the mouse). */
if (do_pose_update) {
- pose_slide_mouse_update_percentage(pso, op, event);
-
/* update percentage indicator in header */
pose_slide_draw_status(C, pso);