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:
authorHans Goudey <h.goudey@me.com>2021-06-10 00:51:22 +0300
committerHans Goudey <h.goudey@me.com>2021-06-10 00:51:22 +0300
commit9c393bab473bb78e4a336414d30044f44fee1a41 (patch)
tree42af501eb30307ca30f7c6175724da1f3f4b7591 /source/blender
parent3ec74ee230045a22599b514dbcb28338b8882782 (diff)
parenta3226bdf3e98dc536edb77a675f1673d0cb284fa (diff)
Merge branch 'master' into temp-geometry-nodes-curve-deform-node
Diffstat (limited to 'source/blender')
-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);