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>2011-03-10 03:38:23 +0300
committerCampbell Barton <ideasman42@gmail.com>2011-03-10 03:38:23 +0300
commit6a324428554a5a01da58af810fd18f7b12a1f373 (patch)
tree00a758c26f20e5c574f368f2f853208f11d1260c /source/blender/editors/transform/transform.h
parentf3a455fd22f3566aedd6a6b8c70d4a209211db06 (diff)
revert r35438, Martin doesn't like having this option tacked on.
Diffstat (limited to 'source/blender/editors/transform/transform.h')
-rw-r--r--source/blender/editors/transform/transform.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/blender/editors/transform/transform.h b/source/blender/editors/transform/transform.h
index 8e891aecfd9..b0bd4ccc5eb 100644
--- a/source/blender/editors/transform/transform.h
+++ b/source/blender/editors/transform/transform.h
@@ -95,8 +95,7 @@ typedef struct TransSnap {
short modePoint;
short modeSelect;
short align;
- char project;
- char project_self;
+ short project;
short peel;
short status;
float snapPoint[3]; /* snapping from this point */