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:
Diffstat (limited to 'source/blender/makesdna')
-rw-r--r--source/blender/makesdna/DNA_scene_types.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_scene_types.h b/source/blender/makesdna/DNA_scene_types.h
index f3809c4090e..e5127e51d13 100644
--- a/source/blender/makesdna/DNA_scene_types.h
+++ b/source/blender/makesdna/DNA_scene_types.h
@@ -949,6 +949,9 @@ typedef struct MeshStatVis {
/* distort */
float distort_min, distort_max;
+
+ /* sharp */
+ float sharp_min, sharp_max;
} MeshStatVis;
@@ -1470,6 +1473,7 @@ typedef struct Scene {
#define SCE_STATVIS_THICKNESS 1
#define SCE_STATVIS_INTERSECT 2
#define SCE_STATVIS_DISTORT 3
+#define SCE_STATVIS_SHARP 4
/* toolsettings->particle.selectmode for particles */
#define SCE_SELECT_PATH 1