blender/release/scripts/freestyle
Tamito Kajiyama f60a66f417 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).
2014-04-18 15:02:45 +09:00
..
modules Freestyle: New options for sorting to arrange the stacking order of lines. 2014-04-18 15:02:45 +09:00
styles Freestyle: Fix ImportError in anisotropic_diffusion.py 2014-04-18 08:48:03 +09:00