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:
authorCampbell Barton <ideasman42@gmail.com>2013-07-10 16:37:15 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-07-10 16:37:15 +0400
commit99fe6d29eb2f64c04fd49ce57c9ce19166b70c90 (patch)
treed83da7db399865b8cfb07097cba7ce6fdb3d4d44 /source/blender/editors/transform/transform.h
parent3d13f22e89bdbc72ddeb3ca58cefdec9924ed850 (diff)
skip duplicating faces for edge slide unless its used, this causes update problems for shape keys at the moment, Ill check on that but no need to run in most cases.
Diffstat (limited to 'source/blender/editors/transform/transform.h')
-rw-r--r--source/blender/editors/transform/transform.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/transform/transform.h b/source/blender/editors/transform/transform.h
index d160e1562b0..ea20721b5ae 100644
--- a/source/blender/editors/transform/transform.h
+++ b/source/blender/editors/transform/transform.h
@@ -208,6 +208,7 @@ typedef struct EdgeSlideData {
struct BMEditMesh *em;
/* flag that is set when origfaces is initialized */
+ bool use_origfaces;
bool origfaces_init;
float perc;