Blender Git Commit Log
Git Commits -> Revision 840ba8e
Revision 840ba8e by Tamito Kajiyama (master) March 28, 2010, 17:46 (GMT) |
Fixed the full sample anti-aliasing support in Freestyle. The render pipeline has been extended to better work with Freestyle stroke rendering. Struct Render has a new member ListBase freestyle_renders to keep Render instances generated through stroke rendering in Freestyle. The number of elements (LinkData instances with LinkData::data pointing to a Render instance) in freestyle_renders is the same as the scene render layers of the scene being rendered. When the k-th scene render layer has the Freestyle option enabled, the k-th element of freestyle_renders refers to a Render instance that holds Freestyle render results for the scene layer. This association between the scene render layer and the Render instance is used to merge the Freestyle render results into the corresponding render results for the scene render layer. |
Commit Details:
Full Hash: 840ba8e8e74c74088aabf8185b91fd5e32302fee
SVN Revision: 27805
Parent Commit: 009d781
Lines Changed: +139, -62
8 Modified Paths:
/source/blender/freestyle/FRS_freestyle.h (+4, -1) (Diff)
/source/blender/freestyle/intern/application/Controller.cpp (+6, -1) (Diff)
/source/blender/freestyle/intern/application/Controller.h (+2, -0) (Diff)
/source/blender/freestyle/intern/blender_interface/BlenderStrokeRenderer.cpp (+4, -5) (Diff)
/source/blender/freestyle/intern/blender_interface/BlenderStrokeRenderer.h (+1, -1) (Diff)
/source/blender/freestyle/intern/blender_interface/FRS_freestyle.cpp (+52, -50) (Diff)
/source/blender/render/intern/include/render_types.h (+2, -0) (Diff)
/source/blender/render/intern/source/pipeline.c (+68, -4) (Diff)
/source/blender/freestyle/intern/application/Controller.cpp (+6, -1) (Diff)
/source/blender/freestyle/intern/application/Controller.h (+2, -0) (Diff)
/source/blender/freestyle/intern/blender_interface/BlenderStrokeRenderer.cpp (+4, -5) (Diff)
/source/blender/freestyle/intern/blender_interface/BlenderStrokeRenderer.h (+1, -1) (Diff)
/source/blender/freestyle/intern/blender_interface/FRS_freestyle.cpp (+52, -50) (Diff)
/source/blender/render/intern/include/render_types.h (+2, -0) (Diff)
/source/blender/render/intern/source/pipeline.c (+68, -4) (Diff)