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-04 06:16:56 +0400
committerMartin Poirier <theeth@yahoo.com>2005-04-04 06:16:56 +0400
commitfad97122aa908b7e95f35b829a61438efce18c91 (patch)
tree8f6e57f150c6a65f5708b7526cf6ec1cbd01480e /source/blender/include
parent7b0a661413cd32a575ba9effe7b3105b0b9b8654 (diff)
Added a NO_NOR_RECALC context flag. With Individual extrude, the normals are already set by the extrude code, recalculating breaks them.
Cosmetic changes, renamed CTX_NOPET to CTX_NO_PET CKey during transform now clears the constraint.
Diffstat (limited to 'source/blender/include')
-rwxr-xr-xsource/blender/include/BIF_transform.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/source/blender/include/BIF_transform.h b/source/blender/include/BIF_transform.h
index f823193dcc6..44b90991d9f 100755
--- a/source/blender/include/BIF_transform.h
+++ b/source/blender/include/BIF_transform.h
@@ -50,10 +50,11 @@
#define TFM_PUSHPULL 12
/* TRANSFORM CONTEXTS */
-#define CTX_NONE 0
-#define CTX_TEXTURE 1
-#define CTX_EDGE 2
-#define CTX_NOPET 4
+#define CTX_NONE 0
+#define CTX_TEXTURE 1
+#define CTX_EDGE 2
+#define CTX_NO_PET 4
+#define CTX_NO_NOR_RECALC 8
/* TRANSFORM PROPORTIONAL FALLOFF MODES */
#define PROP_SHARP 0