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-08-16 22:23:28 +0400
committerMartin Poirier <theeth@yahoo.com>2005-08-16 22:23:28 +0400
commit392e4b89f5392ab937b9c66340b9e3362a75e794 (patch)
treecd918edb71230868557629957169b8097b87b764 /source/blender/include/BIF_transform.h
parentcf8e8201409408e95c2653fbf085d0669be88b0c (diff)
Tweak mode
RMB click drag to select and transform (grab). Release to confirm. (Cancel with esc) The difference with before is that it is a single motion, you don't have to click at the end of transform, you can just release the mouse button. (Some float constant warning too)
Diffstat (limited to 'source/blender/include/BIF_transform.h')
-rwxr-xr-xsource/blender/include/BIF_transform.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/include/BIF_transform.h b/source/blender/include/BIF_transform.h
index 7c5acf2cce8..4a161181a5c 100755
--- a/source/blender/include/BIF_transform.h
+++ b/source/blender/include/BIF_transform.h
@@ -57,6 +57,7 @@
#define CTX_TEXTURE 1
#define CTX_EDGE 2
#define CTX_NO_PET 4
+#define CTX_TWEAK 8
void initTransform(int mode, int context);
void Transform(void);