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:
authorMaxime Curioni <maxime.curioni@gmail.com>2009-10-07 09:16:23 +0400
committerMaxime Curioni <maxime.curioni@gmail.com>2009-10-07 09:16:23 +0400
commitbae853a8a011cc2a6f339e55fd6f09a0cf61db90 (patch)
treee3e7e458303ccd7d59012ed1bce37ca8dd6571ce /source/blender/makesdna/DNA_freestyle_types.h
parent043233943c4d48d2d59bcef18a31c47dfc9031df (diff)
committed Tamito Kajiyama's RNA and GUI patch for Freestyle integration into Blender 2.5. As of I right now, Freestyle is back in the UI, but rendering still fails because of the texture manager.
Diffstat (limited to 'source/blender/makesdna/DNA_freestyle_types.h')
-rw-r--r--source/blender/makesdna/DNA_freestyle_types.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_freestyle_types.h b/source/blender/makesdna/DNA_freestyle_types.h
index 14c59d5adb2..fb07f33b533 100644
--- a/source/blender/makesdna/DNA_freestyle_types.h
+++ b/source/blender/makesdna/DNA_freestyle_types.h
@@ -3,6 +3,9 @@
#include "DNA_listBase.h"
+#define FREESTYLE_SUGGESTIVE_CONTOURS_FLAG 1
+#define FREESTYLE_RIDGES_AND_VALLEYS_FLAG 2
+
typedef struct FreestyleModuleConfig {
struct FreestyleModuleConfig *next, *prev;