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:
authorMartin Poirier <theeth@yahoo.com>2005-04-24 05:18:13 +0400
committerMartin Poirier <theeth@yahoo.com>2005-04-24 05:18:13 +0400
commit6379ff9b7046e9286aaa117e98cdaa932480008c (patch)
treed368612dd2420f314d90e123063d2efca81c4a5a /source/blender/include
parent3c7617de521d9191012b2ef01ee8a396310aaaea (diff)
Toying a bit with MMB behavior:
MMB click with no constraint selects a constraint right away (the axis selector doesn't flash on screen) MMB click with a constraint removes the constraint MMB click-drag in both case (with and without a constraint) uses the axis selector. stopConstraint didn't remove the CON_SELECT flag, so cancelling transform while selecting a constraint and then reentering transform was funny. Fixed
Diffstat (limited to 'source/blender/include')
-rwxr-xr-xsource/blender/include/transform.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/include/transform.h b/source/blender/include/transform.h
index 1d42861e07c..23c816053ff 100755
--- a/source/blender/include/transform.h
+++ b/source/blender/include/transform.h
@@ -266,7 +266,7 @@ void stopConstraint(TransInfo *t);
void getConstraintMatrix(TransInfo *t);
-void initSelectConstraint(TransInfo *t);
+void initSelectConstraint(TransInfo *t, float mtx[3][3]);
void selectConstraint(TransInfo *t);
void postSelectConstraint(TransInfo *t);