From 92743cc895dd34bdaa165679bf9d06dfa3f8cb24 Mon Sep 17 00:00:00 2001 From: Germano Cavalcante Date: Sat, 27 Feb 2021 17:10:18 -0300 Subject: 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. --- source/blender/editors/transform/transform_mode.h | 1 - 1 file changed, 1 deletion(-) (limited to 'source/blender/editors/transform/transform_mode.h') 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, -- cgit v1.2.3