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>2007-11-08 00:45:35 +0300
committerMartin Poirier <theeth@yahoo.com>2007-11-08 00:45:35 +0300
commite7c4bad8e929fd690aed9c652157eb3c8688c850 (patch)
tree6027a9d1e85e9645107f246bedf8663f6c5e6117 /source/blender/makesdna
parent4cae0a0ff9110fd4bf1e284b7c49ac435dfbe1ea (diff)
Update from school work.
Diffstat (limited to 'source/blender/makesdna')
-rw-r--r--source/blender/makesdna/DNA_scene_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_scene_types.h b/source/blender/makesdna/DNA_scene_types.h
index 22bdc04f89c..011e6e9a3c1 100644
--- a/source/blender/makesdna/DNA_scene_types.h
+++ b/source/blender/makesdna/DNA_scene_types.h
@@ -680,6 +680,7 @@ typedef struct Scene {
#define SKGEN_SYMMETRY 8
#define SKGEN_CUT_LENGTH 16
#define SKGEN_CUT_ANGLE 32
+#define SKGEN_SMOOTH 64
#ifdef __cplusplus
}