File: noise.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 (63 lines) | stat: -rw-r--r-- 1,321 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
51
52
53
54
55
56
57
58
59
60
61
62
63
.. index:: Grease Pencil Modifiers; Noise Modifier
.. _bpy.types.GreasePencilNoiseModifier:

**************
Noise Modifier
**************

The *Noise* Modifier changes the value of one or more stroke/points properties like:
location, strength, thickness or UV texture position
by adding varied values that make the line unstable and noisy.

Random values can be used for the noise factor for more vivid effects.


Options
=======

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

   Noise Modifier.

Position
   Strength of the noise effect over the point location.

Strength
   Strength of the noise effect over the point strength (opacity).

Thickness
   Strength of the noise effect over the point thickness.

UV
   Strength of the noise effect over the point UV rotation.

Noise Scale
   Control the noise frequency scale.

Noise Offset
   Moves the noise along the strokes.

Seed
   :term:`Seed` used by the pseudo-random number generator.


Randomize
---------

When enabled, the noise uses a random value over time.

Mode
   :Steps:
      New random value at defined steps.

      Step
         Number of frames before using a new random value.
   :Keyframes:
      New random value only on keyframes.


Influence
---------

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