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.h
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.h')
-rw-r--r--source/blender/editors/transform/transform_mode.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/editors/transform/transform_mode.h b/source/blender/editors/transform/transform_mode.h
index 7a05506e12c..6d7a0b528ae 100644
--- a/source/blender/editors/transform/transform_mode.h
+++ b/source/blender/editors/transform/transform_mode.h
@@ -47,7 +47,6 @@ void protectedTransBits(short protectflag, float vec[3]);
void protectedSizeBits(short protectflag, float size[3]);
void constraintTransLim(TransInfo *t, TransData *td);
void constraintSizeLim(TransInfo *t, TransData *td);
-void postInputRotation(TransInfo *t, float values[3]);
void headerRotation(TransInfo *t, char *str, float final);
void ElementRotation_ex(TransInfo *t,
TransDataContainer *tc,