From 5ca8875f69d3b3644ca30882428608773fcc4481 Mon Sep 17 00:00:00 2001 From: Germano Cavalcante Date: Tue, 19 May 2020 18:54:46 -0300 Subject: Fix T73148: Incorrect Repeat Last for transforms with Individual Origins and Normal orientation `pvec` was confusing and was adding steps that are apparently unnecessary. So the code has been redone so as not to use this pvec. --- source/blender/editors/transform/transform.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'source/blender/editors/transform/transform.h') diff --git a/source/blender/editors/transform/transform.h b/source/blender/editors/transform/transform.h index 503e7bd4691..943b8234f1e 100644 --- a/source/blender/editors/transform/transform.h +++ b/source/blender/editors/transform/transform.h @@ -139,8 +139,7 @@ typedef struct TransCon { struct TransDataContainer *tc, struct TransData *td, const float in[3], - float out[3], - float pvec[3]); + float out[3]); /** Apply function pointer for size transformation. */ void (*applySize)(struct TransInfo *t, struct TransDataContainer *tc, -- cgit v1.2.3