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
This commit is contained in:
Christoph Lendenfeld 2021-06-09 22:31:10 +01:00
parent 93fd07e19c
commit d96e9de9de
Notes: blender-bot 2023-02-14 08:59:10 +01:00
Referenced by issue #88546, Breakdowner value input with typing numbers displayed in the info bar but not working
5 changed files with 4 additions and 6 deletions

@ -1 +1 @@
Subproject commit 2cef4877edc40875978c4e95322bb5193f5815bf
Subproject commit 5ab29b1331d2103dae634b987f121c4599459d7f

@ -1 +1 @@
Subproject commit 4fcdbfe7c20edfc1204c0aa46c98ea25354abcd9
Subproject commit cdabac54c4fe7c6f8df125814442762aa539172b

@ -1 +1 @@
Subproject commit 7d78c8a63f2f4b146f9327ddc0d567a5921b94ea
Subproject commit 5a82baad9f986722104280e8354a4427d8e9eab1

View File

@ -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);

@ -1 +1 @@
Subproject commit f99d29ae3e6ad44d45d79309454c45f8088781a4
Subproject commit 01f51a0e551ab730f0934dc6488613690ac4bf8f