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>2008-07-31 15:20:30 +0400
committerMaxime Curioni <maxime.curioni@gmail.com>2008-07-31 15:20:30 +0400
commitf09f89d5dcbc5532eeda9f54f0e1163373491083 (patch)
tree9cf112e13a5e1728be82c199b5a32f5e7922de54 /source/blender/freestyle/FRS_freestyle.h
parent3010f2b753f2397256861816504b8e7d697632db (diff)
soc-2008-mxcurioni: added a Freestyle panel to select a style at run-time, by specifying its pathname. By default, it is loaded with the contour.py path.
Diffstat (limited to 'source/blender/freestyle/FRS_freestyle.h')
-rw-r--r--source/blender/freestyle/FRS_freestyle.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/freestyle/FRS_freestyle.h b/source/blender/freestyle/FRS_freestyle.h
index 060ccf6961a..20ff6b72231 100644
--- a/source/blender/freestyle/FRS_freestyle.h
+++ b/source/blender/freestyle/FRS_freestyle.h
@@ -5,6 +5,9 @@
extern "C" {
#endif
+ extern char style_module[255];
+
+ void FRS_initialize();
void FRS_prepare(Render* re);
void FRS_execute(Render* re, int render_in_layer);