From 9ef8c198b24d40871ab630437fefd1fab2a97f17 Mon Sep 17 00:00:00 2001 From: Martin Poirier Date: Sun, 20 Nov 2005 16:01:56 +0000 Subject: Transform: As discussed during meeting, made double key press go for Local when Global was selected. Two lines of code! ;) --- source/blender/src/transform_constraints.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/blender/src') diff --git a/source/blender/src/transform_constraints.c b/source/blender/src/transform_constraints.c index b1e3f545a5f..274e24731e3 100755 --- a/source/blender/src/transform_constraints.c +++ b/source/blender/src/transform_constraints.c @@ -513,10 +513,12 @@ void setUserConstraint(TransInfo *t, int mode, const char ftext[]) { switch(twmode) { case V3D_MANIP_GLOBAL: + /* sprintf(text, ftext, "global"); Mat3One(mtx); setConstraint(t, mtx, mode, text); break; + */ case V3D_MANIP_LOCAL: sprintf(text, ftext, "local"); setLocalConstraint(t, mode, text); -- cgit v1.2.3