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/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);