笔画

Strokes are the final rendered lines. Yet you can tweak them, for example, by removing the ones longer/shorter than some threshold, chaining lines into a single stroke or breaking a stroke into several ones based on angles, dashed pattern, etc.

../../../../_images/render_freestyle_parameter-editor_line-style_strokes_tab.png

Line Style: Strokes.

端点样式

You can choose between three types of line caps:

  • 底盖

    Flat cap, exactly at the point the line ends.

    圆(四舍五入)

    A half circle centered on the end point of the line.

    正方形

    A square centered on the end point of the line (hence, like the circle, the drawn end of the line is slightly extended compared to its computed value).

../../../../_images/render_freestyle_parameter-editor_line-style_strokes_caps-example.png

Line caps example.

链形

By default all retrieved lines from the line set are chained together. There are two basic chaining methods:

方法

  • 朴素

    The default chaining method; it creates simple chains.

    素描风格

    This chaining option allows for generating chains of feature edges with sketchy multiple strokes. Basically, it generates Round strokes instead of a single one. It is only really useful if you use some random-driven modifiers in the line style!

    • 圈数

      It specifies the number of rounds in sketchy strokes.

Same Object

If true, only feature edges of the same object are joined.

Chaining can also be turned off to render each line separately, which can be useful for line styles which depend on accurate representation of the line set.

拆分

You can split up chains of Freestyle lines by enabling one of the following:

Min/Max 2D Angle

Splits chains of feature edges when they make a 2D angle above (or below) a minimum (or maximum) threshold.

2D 长度

Splits chains when they are longer than the given value.

材质边界

Splits chains of feature edges if they cross from one material to another.

Split Pattern

Splits the chains using the given dashed pattern (see also Dashed Line).

Dash 1, 2, 3

Length of the specified dash for splitting.

Gap 1, 2, 3

Length of the specified gap for splitting.

排序

You can sort the order of your strokes, allowing the lines to stack in the order given.

排序键

A sort key is used to determine the stacking order of lines.

  • 到相机的距离

    Lines closer to the camera lie on top of further lines.

    2D 长度

    Longer lines lie on top of shorter lines.

    Projected X/Y

    Sort by the projected X or Y value in the image coordinate system.

插值类型

Use in tandem with the Sort Key to determine the range for sorting. Since the distance of a line from the camera may vary over vertices, this option computes the sort key for a line from the values computed at individual vertices. The value computed for the line is:

  • 平均值

    The mean of the values obtained for the vertices.

    最小值

    The minimum of the values obtained for the vertices.

    最大值

    The maximum of the values obtained for the vertices.

    起始点

    The value obtained for the first vertex.

    结束点

    The value obtained for the last vertex.

排序次序

With the given result you can choose to “Reverse” the sort order.

选择

You can also choose to only render selected chains.

Min/Max 2D Length

Chains longer and/or shorter than 2D Length.

链总数

Allows the selection of first N chains.

虚线

By enabling the Dashed Line checkbox, you can specify three pairs of dash and gap lengths. Dash values define the lengths of dash strokes, while gap values specify intervals between two dashes.

If a zero gap is specified, then the corresponding dash is ignored even if it has a nonzero value.

Dashes are treated as separate strokes, meaning that you can apply line caps, as well as color, alpha and thickness modifiers.

Dash 1, 2, 3

Length of the specified dash for dashed lines.

Gap 1, 2, 3

Length of the specified gap for dashed lines.