Blender Git Loki
Git Commits -> Revision 84f5a9a
Revision 84f5a9a by Tamito Kajiyama (master) October 10, 2010, 22:50 (GMT) |
Added support for three types of stroke caps that determines the shape of both ends of strokes. The three cap types are: 1) butt caps (flat); 2) round caps (half-circle); and 3) square caps (flat and extended). Also implemented an option to join those feature edges of the same object. These options are available in the "Stroke" tab of the "Freestyle: Line Style" panel in the Render buttons. |
Commit Details:
Full Hash: 84f5a9a71834307e81f9386d911385e658d6d83d
SVN Revision: 32400
Parent Commit: d7cd6e3
Lines Changed: +135, -5
5 Modified Paths:
/release/scripts/freestyle/style_modules/parameter_editor.py (+104, -1) (Diff)
/release/scripts/ui/properties_render.py (+5, -1) (Diff)
/source/blender/blenkernel/intern/linestyle.c (+2, -0) (Diff)
/source/blender/makesdna/DNA_linestyle_types.h (+8, -3) (Diff)
/source/blender/makesrna/intern/rna_linestyle.c (+16, -0) (Diff)
/release/scripts/ui/properties_render.py (+5, -1) (Diff)
/source/blender/blenkernel/intern/linestyle.c (+2, -0) (Diff)
/source/blender/makesdna/DNA_linestyle_types.h (+8, -3) (Diff)
/source/blender/makesrna/intern/rna_linestyle.c (+16, -0) (Diff)