Simplify Modifier#

The Simplify modifier allows you to reduce the amount of points in the strokes. The goal of this modifier is reduce points while maintaining the lines shape.

Apply the modifier can help to obtain a better performance (more FPS) while animating.

Options(オプション)#

../../../_images/grease-pencil_modifiers_generate_simplify_panel.png

The Simplify modifier.#

Mode(モード)

Determines how to reduce points in the strokes.

Fixed(固定)

Deletes alternated points in the strokes, except the start and end points.

Iterations(反復)

Number of times to repeat the procedure.

Adaptive(適応)

Uses the RDP algorithm (Ramer-Douglas-Peucker algorithm) for points deletion. The algorithm try to obtain a similar line shape with fewer points.

Factor(係数)

Controls the amount of recursively simplifications applied by the algorithm.

Sample(サンプル)

Recreates the stroke geometry with a predefined length between points.

Length(長さ)

The distance between points on the recreated stroke. Smaller values will require more points to recreate the stroke, while larger values will result in fewer points needed to recreate the curve.

Sharp Threshold

Preserve corners that have sharper angle than this threshold.

Merge(マージ)

Simplifies the strokes by merging points that are closer than a specified distance to each other.

Distance(距離)

Sets the distance threshold for merging points.

Influence(影響)#

See Influence Filters.

#

Fixed Mode sample.#
../../../_images/grease-pencil_modifiers_generate_simplify_fixed-iterations-0.png

オリジナルモデル。#

../../../_images/grease-pencil_modifiers_generate_simplify_fixed-iterations-1.png

Iteration: 1.#

../../../_images/grease-pencil_modifiers_generate_simplify_fixed-iterations-2.png

Iteration: 2.#

../../../_images/grease-pencil_modifiers_generate_simplify_fixed-iterations-3.png

Iteration: 3.#

Adaptive Mode sample.#
../../../_images/grease-pencil_modifiers_generate_simplify_adaptive-factor-0.png

オリジナルモデル。#

../../../_images/grease-pencil_modifiers_generate_simplify_adaptive-factor-01.png

Factor: 0.1.#

../../../_images/grease-pencil_modifiers_generate_simplify_adaptive-factor-02.png

Factor(係数): 0.5。#

../../../_images/grease-pencil_modifiers_generate_simplify_adaptive-factor-05.png

Factor: 1.#