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:
authorNicholas Bishop <nicholasbishop@gmail.com>2012-12-30 22:31:01 +0400
committerNicholas Bishop <nicholasbishop@gmail.com>2012-12-30 22:31:01 +0400
commitab960eea889b8481358b0db789b6c7cddf311248 (patch)
tree4ef6f2265147d08c0ff4df368e29a26d363093d4 /source/blender/makesdna
parent37ed697d5c400ed342fda3ae4a277def6a3bcea9 (diff)
Add symmetrize operator for dynamic-topology sculpt mode
Diffstat (limited to 'source/blender/makesdna')
-rw-r--r--source/blender/makesdna/DNA_scene_types.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_scene_types.h b/source/blender/makesdna/DNA_scene_types.h
index 0d1ef7af591..6dcc74d74e7 100644
--- a/source/blender/makesdna/DNA_scene_types.h
+++ b/source/blender/makesdna/DNA_scene_types.h
@@ -832,6 +832,11 @@ typedef struct Sculpt {
/* Maximum edge length for dynamic topology sculpting (in pixels) */
int detail_size;
+
+ /* Direction used for SCULPT_OT_symmetrize operator */
+ int symmetrize_direction;
+
+ int pad;
} Sculpt;
typedef struct UvSculpt {