File: length.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 (79 lines) | stat: -rw-r--r-- 1,757 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
.. index:: Grease Pencil Modifiers; Length Modifier
.. _bpy.types.GreasePencilLengthModifier:

***************
Length Modifier
***************

The *Length* modifier can shrink or extend strokes.


Options
=======

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

   The Length modifier.

Mode
   :Absolute: Length is in geometry space.
   :Relative: Length is in ratio to the stroke's length.

Start
   Added length to the start of the stroke. Negative value will shrink the stroke.

End
   Added length to the end of the stroke. Negative value will shrink the stroke.

Used Length
   Define what portion of the stroke is used to calculate the direction of the extension.


Curvature
---------

When enabled, the extension will follow the curvature of the stroke.

Point Density
   Multiplied by Start/End for the total point count.

Segment Influence
   Factor to determine how much the length of the individual segments
   should influence the final computed curvature. Higher factors makes
   small segments influence the overall curvature less.

Filter Angle
   Ignore points on the stroke that deviate from their neighbors by more
   than this angle when determining the extrapolation shape.

Invert
   Invert the curvature of the stroke's extension.


Random Offsets
--------------

Random Offset Start/End
   Size of random length added to the start/end of each stroke.

Random Noise Offset
   Smoothly offset each stroke's random value.

Seed
   Number used to generate different noise patterns.


Randomize
^^^^^^^^^

Re-randomizes values over time.

Step
   Number of frames before recalculate random values again.


Influence Filters
-----------------

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