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>2009-01-19 00:36:38 +0300
committerMartin Poirier <theeth@yahoo.com>2009-01-19 00:36:38 +0300
commit6d85a0febaea736ee9172b9c9877e79006b43986 (patch)
tree041d208d56d1beccfa1ee592102dc81775762866 /source/blender/editors/transform/transform_manipulator.c
parent54a0f4167b76dddca8288dd54b285c32fab1a945 (diff)
2.5
Transform orientations (Alt-Space and in header) enum for transform operator parameter.
Diffstat (limited to 'source/blender/editors/transform/transform_manipulator.c')
-rw-r--r--source/blender/editors/transform/transform_manipulator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/transform/transform_manipulator.c b/source/blender/editors/transform/transform_manipulator.c
index 8dbd5f5c774..5312050b2d9 100644
--- a/source/blender/editors/transform/transform_manipulator.c
+++ b/source/blender/editors/transform/transform_manipulator.c
@@ -219,7 +219,7 @@ int calc_manipulator_stats(ScrArea *sa)
float plane[3]={0.0, 0.0, 0.0};
int a, totsel=0;
- t = BIF_GetTransInfo();
+//XXX t = BIF_GetTransInfo();
/* transform widget matrix */
Mat4One(v3d->twmat);