Blender Git Commit Log
Git Commits -> Revision 25ce805
Revision 25ce805 by Tamito Kajiyama (master) July 26, 2010, 01:23 (GMT) |
* Implemented the basic stroke rendering functionality for the new Parameter Editor mode. This is a WIP commit. Only the base line color, base alpha transparency, and base line thickness are respected. More additions are anticipated to account for other parameters. * Added FRS_finish_stroke_rendering() to clean Freestyle-related temporary resources after stroke rendering. * Some functions in FRS_freestyle.cpp are now declared as static functions, so as not to mess up the program-wide name space. * Made the StyleModule class inheritable, and defined new subclass BlenderStyleModule that takes a Text object instead of a file name. |
Commit Details:
Full Hash: 25ce805a58fa833cf9c4e818f34d9664de1f3636
SVN Revision: 30728
Parent Commit: 2ef3384
Lines Changed: +188, -24
2 Added Paths:
/release/scripts/freestyle/style_modules/parameter_editor.py (+42, -0) (View)
/source/blender/freestyle/intern/blender_interface/BlenderStyleModule.h (+39, -0) (View)
/source/blender/freestyle/intern/blender_interface/BlenderStyleModule.h (+39, -0) (View)
7 Modified Paths:
/source/blender/freestyle/FRS_freestyle.h (+1, -0) (Diff)
/source/blender/freestyle/intern/application/Controller.cpp (+7, -0) (Diff)
/source/blender/freestyle/intern/application/Controller.h (+1, -0) (Diff)
/source/blender/freestyle/intern/blender_interface/FRS_freestyle.cpp (+61, -22) (Diff)
/source/blender/freestyle/intern/stroke/StyleModule.h (+13, -2) (Diff)
/source/blender/freestyle/intern/system/PythonInterpreter.h (+22, -0) (Diff)
/source/blender/render/intern/source/pipeline.c (+2, -0) (Diff)
/source/blender/freestyle/intern/application/Controller.cpp (+7, -0) (Diff)
/source/blender/freestyle/intern/application/Controller.h (+1, -0) (Diff)
/source/blender/freestyle/intern/blender_interface/FRS_freestyle.cpp (+61, -22) (Diff)
/source/blender/freestyle/intern/stroke/StyleModule.h (+13, -2) (Diff)
/source/blender/freestyle/intern/system/PythonInterpreter.h (+22, -0) (Diff)
/source/blender/render/intern/source/pipeline.c (+2, -0) (Diff)