blender/release/scripts
Tamito Kajiyama 7915d7277a Per-material line color settings for Freestyle.
New properties 'line_color' and 'line_priority' are added to Material ID data blocks.

The 'line_color' property allows users to specify a per-material line color that can be
used as a Freestyle line color through Material color modifiers of line style settings.

The new line color property is intended to provide a solution for line color
stylization when a proper Freestyle support for Cycles is implemented (likely
as part of the upcoming Blender 2.72 release; see Patch D632).  Materials in
Cycles are usually set up using shader nodes, and Freestyle won't be capable
of retrieving colors and other properties from node-based materials any soon.

The new line color property of materials addresses this foreseen limitation by
providing artists with an intuitive alternative mean to specify line colors on a
per-material basis independently from node trees.

The 'line_priority' property gives users a way to control line colors at material
boundaries.  When a line is drawn along a feature edge at material boundaries,
one of the two materials on both sides of the edge has to be picked up to
determine the line color.  So far there was no way to control this selection
(which was in effect at random).  Now the material with a higher line color
priority will be selected.

The new per-material line settings are shown in the new Freestyle Line tab in
the Material context of the Properties window (only when Freestyle is enabled).
2014-07-07 16:19:51 +09:00
..
addons@9948cd6025 Fix T40606: Blender 2.71RC1 for Windows uses too old blender.mo file in Japanese 2014-06-16 14:04:49 +06:00
addons_contrib@0bd307ae8c Fix T40606: Blender 2.71RC1 for Windows uses too old blender.mo file in Japanese 2014-06-16 14:04:49 +06:00
freestyle Per-material line color settings for Freestyle. 2014-07-07 16:19:51 +09:00
modules Usual UI messages fixes. 2014-06-30 20:48:02 +02:00
presets Fix T40559: Maya keymap node selection bug 2014-06-12 14:33:28 +06:00
startup Per-material line color settings for Freestyle. 2014-07-07 16:19:51 +09:00
templates_osl Code Cleanup: osl style 2014-01-06 13:58:33 +11:00
templates_py Style cleanup: C & pep8 2014-04-15 13:11:48 +10:00