[Bf-docboard-svn] bf-manual: [9888] trunk/blender_docs/manual: GPencil: Update Build Modifier doc

Matias Mendiola noreply at blender.org
Thu Jan 19 03:36:18 CET 2023


Revision: 9888
          https://developer.blender.org/rBM9888
Author:   mendio
Date:     2023-01-19 03:36:17 +0100 (Thu, 19 Jan 2023)
Log Message:
-----------
GPencil: Update Build Modifier doc

Modified Paths:
--------------
    trunk/blender_docs/manual/grease_pencil/modifiers/generate/build.rst
    trunk/blender_docs/manual/images/grease-pencil_modifiers_generate_build_panel.png

Modified: trunk/blender_docs/manual/grease_pencil/modifiers/generate/build.rst
===================================================================
--- trunk/blender_docs/manual/grease_pencil/modifiers/generate/build.rst	2023-01-17 09:45:29 UTC (rev 9887)
+++ trunk/blender_docs/manual/grease_pencil/modifiers/generate/build.rst	2023-01-19 02:36:17 UTC (rev 9888)
@@ -29,19 +29,12 @@
       Strokes appear/disappear one after the other, but only a single one changes at a time.
    Concurrent
       Multiple stroke appear/disappear at a time.
+   Additive
+      Builds only the strokes that are new compared to last keyframe.
+      The assumption is Additive Drawing was used so that the shared strokes are the same.
 
-      If enabled you can set the *Time Alignment*.
 
-      Time Alignment
-         Align Start
-            All stroke start at the same time (i.e. shorter strokes finish earlier).
-         Align End
-            All stroke end at the same time (i.e. shorter strokes start later).
-
-   Additive
-      Builds only new strokes on the frame assuming additive drawings was used when drawing.
-
-Transition
+Transition *(in Sequential and Concurrent Mode)*
    Determines the animation type to build the strokes.
 
    Grow
@@ -54,18 +47,42 @@
       Hide points in the order they occur in each stroke, from first to last stroke.
       (Simulating ink fading or vanishing after getting drawn.)
 
-Start Delay
-   Number of frames after each Grease Pencil keyframe before the modifier has any effects.
 
-Frames
-   Maximum number of frames that the build effect can run for.
-   (Unless another Grease Pencil keyframe occurs before this time has elapsed.)
+Timing
+   The way you want to time the building of the strokes.
 
-Factor
-   Use a defined percentage factor to control the amount of the stroke that is visible.
+   Natural Drawing Speed *(in Sequential and Additive Mode)*
+      Use the recorded speed of the stylus when the strokes were drawn.
 
+      Speed Factor
+         The recorded speed is multiplied by this value.
+      Maximum Gap
+         The maximum gap between strokes in seconds.
+
+   Number of Frames
+      Set a fixed maximum number of frames for the build animation.
+      (Unless another Grease Pencil keyframe occurs before this time has elapsed.)
+
+      Frames
+         The maximum number of frames used.
+      Delay
+         Number of frames after each Grease Pencil keyframe before the modifier has any effects.
+
+   Percentage Factor
+      Manually set a percentage factor to control the amount of the strokes that are visible.
+
+      Factor
+         The factor from 0 to 1.
+         
+   Time Alignment *(in Concurrent Mode)*
+      Align Start
+         All stroke start at the same time (i.e. shorter strokes finish earlier).
+      Align End
+         All stroke end at the same time (i.e. shorter strokes start later).
+
+
 Object
-   Object to use as the start position of the build transition.
+   Use the distance to an object to define the order in which strokes appear.
 
 
 Custom Range

Modified: trunk/blender_docs/manual/images/grease-pencil_modifiers_generate_build_panel.png
===================================================================
(Binary files differ)



More information about the Bf-docboard-svn mailing list