Blender Git Commit Log

Git Commits -> Revision f60a66f

Revision f60a66f by Tamito Kajiyama (master)
April 18, 2014, 06:02 (GMT)
Freestyle: New options for sorting to arrange the stacking order of lines.

Line styles now have a set of new options for rearranging the stacking order of lines.
This gives artists more control to determine which lines should be drawn on top of others.
Two available sort keys are the distance from camera and curvilinear 2D length.
Since the distance of a line from camera may vary over vertices, another option called
integration type is used to compute the sort key for a line from the values computed at
individual vertices. Available integration types are MEAN, MIN, MAX, FIRST and LAST
(see the tool tips for more detail).

Commit Details:

Full Hash: f60a66f41784de388a01c4c882c969730d675375
Parent Commit: 6a94e73
Lines Changed: +109, -4

8 Modified Paths:

/release/scripts/freestyle/modules/parameter_editor.py (+22, -0) (Diff)
/release/scripts/startup/bl_ui/properties_freestyle.py (+12, -0) (Diff)
/source/blender/blenkernel/BKE_blender.h (+1, -1) (Diff)
/source/blender/blenkernel/intern/linestyle.c (+3, -1) (Diff)
/source/blender/blenloader/intern/versioning_270.c (+11, -0) (Diff)
/source/blender/blenloader/intern/versioning_defaults.c (+5, -2) (Diff)
/source/blender/makesdna/DNA_linestyle_types.h (+14, -0) (Diff)
/source/blender/makesrna/intern/rna_linestyle.c (+41, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021