1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
*******************
Material Properties
*******************
.. reference::
:Panel: :menuselection:`Properties --> Material --> Freestyle Line`
.. _bpy.types.Material.line_color:
Line Color
Specifies the line colors on a per-material basis.
.. _bpy.types.Material.line_priority:
Priority
Specify the ordering of competing line colors at material boundaries.
.. seealso::
A use case of the line color priority is detailed in a Freestyle development
`blog article <https://freestyleintegration.wordpress.com/2014/07/07/line-color-priority/>`__.
|