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:
authorCampbell Barton <ideasman42@gmail.com>2015-11-24 09:57:47 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-11-24 09:57:47 +0300
commit4ebede5d1f4db09091df69aa6e19b08b4b0fa535 (patch)
treee842d1b4058d3a4f3c7091460ec5bf65055d2094 /source/blender/editors/transform/transform.c
parent6ba9d1094aa168d2b2199e5f29ea5d9458757212 (diff)
fix error in last commit
Diffstat (limited to 'source/blender/editors/transform/transform.c')
-rw-r--r--source/blender/editors/transform/transform.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/transform/transform.c b/source/blender/editors/transform/transform.c
index c6c7b95b720..57688ca9f3c 100644
--- a/source/blender/editors/transform/transform.c
+++ b/source/blender/editors/transform/transform.c
@@ -4406,6 +4406,7 @@ static void applyTranslation(TransInfo *t, const int UNUSED(mval[2]))
}
else {
headerTranslation(t, t->values, str);
+ copy_v3_v3(value_final, t->values);
}
/* don't use 't->values' now on */