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-05 03:37:15 +0400
committerMartin Poirier <theeth@yahoo.com>2005-04-05 03:37:15 +0400
commit6bfa7c8157497958c6e18eec0a4bc351203c926b (patch)
tree64428236257ad8a7ae4e8d783db7733b6193a201 /source/blender/include/BIF_transform.h
parent55f386c1b51251111df220b524eb37cf5ddec295 (diff)
Crease transformation
Behavior is a bit different. Instead of showing the weird two value thing like the old transform did, it always show the weight variation in +/- that is applied to every edge. Works a bit like scale. Move away from center to increase, move closer to decrease (between -1.0 and 1.0). Works with PET (not using connection yet). Also removed some missed global Trans variable abuse.
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 44b90991d9f..6450d8c80a8 100755
--- a/source/blender/include/BIF_transform.h
+++ b/source/blender/include/BIF_transform.h
@@ -48,6 +48,7 @@
#define TFM_LAMP_ENERGY 10
#define TFM_TRACKBALL 11
#define TFM_PUSHPULL 12
+#define TFM_CREASE 13
/* TRANSFORM CONTEXTS */
#define CTX_NONE 0