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-03-13 23:17:39 +0300
committerMartin Poirier <theeth@yahoo.com>2005-03-13 23:17:39 +0300
commit60b0e67e328e23d64713887d60bf4714c42ed820 (patch)
tree480d6ccd5c6bf4769b1aaf5d3a6b5918b9b43ed2 /source/blender/include/BIF_transform.h
parente76a63635bfb320ddf47a12d06c9250b36dd830f (diff)
Fixed edit mode armature bug reported by Gabio (transdata conversion wasn't setting data center correctly).
Brought back Shrink/Fatten. Changed the behavior a bit, move the cursor to the right to move toward the normal, to the left to move backward. Please comment. Only works with meshes, defaults to resize otherwise.
Diffstat (limited to 'source/blender/include/BIF_transform.h')
-rwxr-xr-xsource/blender/include/BIF_transform.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/source/blender/include/BIF_transform.h b/source/blender/include/BIF_transform.h
index 5b4ef3e113e..07faf2a615d 100755
--- a/source/blender/include/BIF_transform.h
+++ b/source/blender/include/BIF_transform.h
@@ -44,8 +44,10 @@
#define TFM_RESIZE 3
#define TFM_TOSPHERE 4
#define TFM_SHEAR 5
-#define TFM_LAMP_ENERGY 6
#define TFM_WARP 7
+#define TFM_SHRINKFATTEN 8
+
+#define TFM_LAMP_ENERGY 10
// not sure if adding modes is the right way... context detecting could be done different (ton)
#define TFM_TEX 32