File: smooth.rst

package info (click to toggle)
blender-doc 4.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 253,604 kB
  • sloc: python: 13,030; javascript: 322; makefile: 113; sh: 107
file content (50 lines) | stat: -rw-r--r-- 1,269 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
.. index:: Grease Pencil Modifiers; Smooth Modifier
.. _bpy.types.GreasePencilSmoothModifier:

***************
Smooth Modifier
***************

The *Smooth* Modifier changes the value of one or more stroke/points properties like:
location, strength, thickness or UV texture position
trying to maintain similar values that make the line fluid and smoother.


Options
=======

.. figure:: /images/grease-pencil_modifiers_deform_smooth_panel.png
   :align: right

   Smooth Modifier.

Affect
   Combination of stroke/points properties that will be affected by the smooth factor.

   :Position:
      Smooth affect the point location.
   :Strength:
      Smooth affect the point strength (opacity).
   :Thickness:
      Smooth affect the point thickness.
   :UV:
      Smooth affect the point UV rotation.

Factor
   Strength of the smooth effect.

Repeat
   The number of smoothing iterations, equivalent to executing the Smooth tool multiple times.
   High values can reduce the animation performance (FPS).

Keep Shape
   When enabled, the smoothing algorithm will try to maintain as close as possible the overall
   shape of the original stroke.

Smooth Ends
   Smooth the ends of the strokes.

Influence
---------

See :ref:`grease-pencil-modifier-influence-filters`.