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-03-22 19:25:14 +0300
committerMaxime Curioni <maxime.curioni@gmail.com>2009-03-22 19:25:14 +0300
commitd79ddebaaec697e1775a6f652a1ee064eb053bf4 (patch)
tree15231467095ba6cddba4372ee71c02de1e0d2fcc /source/blender/freestyle/FRS_freestyle.h
parentf86309d6728337f3f9452a78f949b3f4fd3d59af (diff)
Freestyle was changed from a tile-based process to a post-processing effect. This will allow style modules to process the underlying color buffer ( AppCanvas::readColorPixels ) and depth buffer ( AppCanvas::readDepthPixels ), as was supported in the original program.
Corrected crash when Freestyle is rendered in "Single" render layer mode (for example, in the compositor)
Diffstat (limited to 'source/blender/freestyle/FRS_freestyle.h')
-rw-r--r--source/blender/freestyle/FRS_freestyle.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/source/blender/freestyle/FRS_freestyle.h b/source/blender/freestyle/FRS_freestyle.h
index aa66ce999bc..3bc6e092f02 100644
--- a/source/blender/freestyle/FRS_freestyle.h
+++ b/source/blender/freestyle/FRS_freestyle.h
@@ -22,7 +22,9 @@ extern "C" {
void FRS_initialize();
void FRS_prepare(Render* re);
void FRS_render_Blender(Render* re);
-
+ void FRS_composite_result(Render* re, SceneRenderLayer* srl);
+ void FRS_add_Freestyle(Render* re);
+
#ifdef __cplusplus
}
#endif