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:
authorGermano Cavalcante <germano.costa@ig.com.br>2021-02-27 23:10:18 +0300
committerGermano Cavalcante <germano.costa@ig.com.br>2021-02-27 23:22:47 +0300
commit92743cc895dd34bdaa165679bf9d06dfa3f8cb24 (patch)
tree1604e514b1976dba554503781cb6fc2387a5878f /source/blender/editors/transform/transform_mode_bend.c
parentaad2f1510a80313a2272d131327442dc50152cbd (diff)
Fix T85886: Rotate Tool and Adjust Last Operation - angles inverted
The constraint was not set when redoing. This commit also removes `postInputRotation`. I really couldn't see a use for it.
Diffstat (limited to 'source/blender/editors/transform/transform_mode_bend.c')
-rw-r--r--source/blender/editors/transform/transform_mode_bend.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/editors/transform/transform_mode_bend.c b/source/blender/editors/transform/transform_mode_bend.c
index adf3a0346a0..038f7d48c66 100644
--- a/source/blender/editors/transform/transform_mode_bend.c
+++ b/source/blender/editors/transform/transform_mode_bend.c
@@ -254,7 +254,6 @@ void initBend(TransInfo *t)
t->transform = Bend;
t->handleEvent = handleEventBend;
- setInputPostFct(&t->mouse, postInputRotation);
initMouseInputMode(t, &t->mouse, INPUT_ANGLE_SPRING);
t->idx_max = 1;