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:
authorJoseph Eagar <joeedh@gmail.com>2009-09-10 07:59:12 +0400
committerJoseph Eagar <joeedh@gmail.com>2009-09-10 07:59:12 +0400
commit4c072f85d98d6ae7f1322314f8da8b3f2fb40f7d (patch)
tree41ef4c5a250cd770f2c20fe4ed83c3f92f56334a /source/blender/makesdna/DNA_meshdata_types.h
parentb0a1904d33a1c097a8e8fd56fe9b3c1d3a34ca55 (diff)
commit of transform pinning patch by Fabian Fricke (frigi). wip hotkey is enter/alt-enter to pin/unpin verts. pinned verts aren't affected by transform, e.g. grab, rotate, etc. this could probably work nicer for proportional editing, but that can be done later. also the UI for this probably needs reviewing and feedback. still, very nice patch by Fabian, something I for one will probably find very useful :)
Diffstat (limited to 'source/blender/makesdna/DNA_meshdata_types.h')
-rw-r--r--source/blender/makesdna/DNA_meshdata_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_meshdata_types.h b/source/blender/makesdna/DNA_meshdata_types.h
index 27cd63fd7db..9bd495b1e39 100644
--- a/source/blender/makesdna/DNA_meshdata_types.h
+++ b/source/blender/makesdna/DNA_meshdata_types.h
@@ -210,6 +210,7 @@ typedef struct PartialVisibility {
#define ME_SPHERETEST 2
#define ME_SPHERETEMP 4
#define ME_HIDE 16
+#define ME_PIN 64
#define ME_VERT_MERGED (1<<6)
/* medge->flag (1=SELECT)*/