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:
authorTamito Kajiyama <rd6t-kjym@asahi-net.or.jp>2008-11-09 16:14:41 +0300
committerTamito Kajiyama <rd6t-kjym@asahi-net.or.jp>2008-11-09 16:14:41 +0300
commite77e6dea9762444144f86e66f01669510581d152 (patch)
tree5d098f31ae0ba332efde8d8921730e42a96dfa43 /source/blender/freestyle/FRS_freestyle.h
parentc3b12b50660deae59345831298c7d6eea9ab580d (diff)
Made changes to enable features line parameters (ridges/valleys and suggestive contours) and add corresponding UI controls to the Freestyle tab in the Scene buttons.
Diffstat (limited to 'source/blender/freestyle/FRS_freestyle.h')
-rw-r--r--source/blender/freestyle/FRS_freestyle.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/source/blender/freestyle/FRS_freestyle.h b/source/blender/freestyle/FRS_freestyle.h
index b736e767835..09672ae14fd 100644
--- a/source/blender/freestyle/FRS_freestyle.h
+++ b/source/blender/freestyle/FRS_freestyle.h
@@ -1,11 +1,17 @@
#ifndef FRS_FREESTYLE_H
#define FRS_FREESTYLE_H
+#define FREESTYLE_SUGGESTIVE_CONTOURS_FLAG 1
+#define FREESTYLE_RIDGES_AND_VALLEYS_FLAG 2
+
#ifdef __cplusplus
extern "C" {
#endif
extern char style_module[255];
+ extern int freestyle_flags;
+ extern float freestyle_sphere_radius;
+ extern float freestyle_dkr_epsilon;
void FRS_initialize();
void FRS_prepare(Render* re);