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>2010-03-28 17:59:33 +0400
committerMartin Poirier <theeth@yahoo.com>2010-03-28 17:59:33 +0400
commitd010dae91b26574dfac01ed2845cec1abc63d3b4 (patch)
tree461946e08877140ac0d3a4b93e5ec3b4c684f82f /source/blender/editors/transform/transform.h
parent7aab31430fc1bd1b45dfcd15d257bf8ba9e188b8 (diff)
[#21767] Project Vert. on the Surf. of Other Obj. enabled causes crash when trying to Crease some edges
Don't want to project for Crease (and others).
Diffstat (limited to 'source/blender/editors/transform/transform.h')
-rw-r--r--source/blender/editors/transform/transform.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/editors/transform/transform.h b/source/blender/editors/transform/transform.h
index 3fe61bbe851..8264bc7c0b0 100644
--- a/source/blender/editors/transform/transform.h
+++ b/source/blender/editors/transform/transform.h
@@ -379,6 +379,9 @@ typedef struct TransInfo {
/* to specificy if we save back settings at the end */
#define T_MODAL (1 << 21)
+ /* no retopo */
+#define T_NO_PROJECT (1 << 22)
+
/* TransInfo->modifiers */
#define MOD_CONSTRAINT_SELECT 0x01
#define MOD_PRECISION 0x02