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/src/editmball.c
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/src/editmball.c')
-rw-r--r--source/blender/src/editmball.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/src/editmball.c b/source/blender/src/editmball.c
index 0cb3cb1b3b9..39b4fd4b99b 100644
--- a/source/blender/src/editmball.c
+++ b/source/blender/src/editmball.c
@@ -307,7 +307,7 @@ void adduplicate_mball()
ml= ml->prev;
}
- Transform(TFM_TRANSLATION, CTX_NOPET);
+ Transform(TFM_TRANSLATION, CTX_NO_PET);
allqueue(REDRAWBUTSEDIT, 0);
}