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>2022-08-08 16:59:29 +0300
committerGermano Cavalcante <germano.costa@ig.com.br>2022-08-08 16:59:29 +0300
commitb72eddac6190353714745756dcc335f98cda1369 (patch)
treed5afab74286cffc620ccd9e7018b28a03f5d3884 /source/blender/editors/transform/transform.c
parent4b3315fc98a9edb254bf99e2747fbccb7813a34b (diff)
Fix T100280: GG not toggling the offset transform mode in tracker
Caused by {rB791bfae1d64b}. The solution was to create the special handle for the Move Clip and Mask transformation. One change that cannot be reversed is showing the `G` shortcut in the statusbar. But the description of this shortcut was not even correct before.
Diffstat (limited to 'source/blender/editors/transform/transform.c')
-rw-r--r--source/blender/editors/transform/transform.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/source/blender/editors/transform/transform.c b/source/blender/editors/transform/transform.c
index 7567fd0a91d..bb1776e2756 100644
--- a/source/blender/editors/transform/transform.c
+++ b/source/blender/editors/transform/transform.c
@@ -1008,13 +1008,6 @@ int transformEvent(TransInfo *t, const wmEvent *event)
t->redraw |= TREDRAW_HARD;
handled = true;
}
- else if (t->options & (CTX_MOVIECLIP | CTX_MASK)) {
- restoreTransObjects(t);
-
- t->flag ^= T_ALT_TRANSFORM;
- t->redraw |= TREDRAW_HARD;
- handled = true;
- }
}
else {
if (t->mode == TFM_TRANSLATION) {