Blender Git Commit Log

Git Commits -> Revision 2cb134b

Revision 2cb134b by Tamito Kajiyama (master)
October 1, 2014, 07:01 (GMT)
Freestyle: New line style options for sorting and chain selection.

The following two sort keys are added for sorting chains.

* Projected X - Sort by the projected X value in the image coordinate system.
* Projected Y - Sort by the projected Y value in the image coordinate system.

A new line style option for the selection of first N chains is also added.

Moreover, the chain sorting and chain selection operations are now executed
in this order instead of the reverse order used previously. The UI has also
changed accordingly. This functional change is backward compatible and
won't result in visual differences.

Commit Details:

Full Hash: 2cb134be2bc8add5a5dcc94a73b08cbe563c782e
Parent Commit: 55aa42a
Lines Changed: +75, -18

7 Modified Paths:

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