Blender Git Commit Log
Git Commits -> Revision 38f2463
Revision 38f2463 by Tamito Kajiyama (master) September 19, 2011, 22:40 (GMT) |
Added new line style options for sketchy chaining of feature edges. The default chaining option is now called "Natural", while the new chaining options are "Sketchy: Topology Preserved" and "Sketchy: Topology broken". The latter two options allow for generating chains of feature edges with a sketchy multiple touch. The "Sketchy: Topology Preserved" option takes account of the topology of objects in the view map, while the "Sketchy: Topology broken" ignores the edge topology. The "rounds" option specifies the number of rounds in sketchy strokes. |
Commit Details:
Full Hash: 38f24637d49f6d8742883d50fbae4738de56cd4c
SVN Revision: 40373
Parent Commit: 513293a
Lines Changed: +42, -5
5 Modified Paths:
/release/scripts/freestyle/style_modules/parameter_editor.py (+9, -4) (Diff)
/release/scripts/startup/bl_ui/properties_render.py (+7, -1) (Diff)
/source/blender/blenkernel/intern/linestyle.c (+2, -0) (Diff)
/source/blender/makesdna/DNA_linestyle_types.h (+7, -0) (Diff)
/source/blender/makesrna/intern/rna_linestyle.c (+17, -0) (Diff)
/release/scripts/startup/bl_ui/properties_render.py (+7, -1) (Diff)
/source/blender/blenkernel/intern/linestyle.c (+2, -0) (Diff)
/source/blender/makesdna/DNA_linestyle_types.h (+7, -0) (Diff)
/source/blender/makesrna/intern/rna_linestyle.c (+17, -0) (Diff)