[Bf-docboard-svn] bf-manual: [8435] trunk/blender_docs/manual: GPencil: Update Modifier section

Matias Mendiola noreply at blender.org
Fri Sep 24 23:47:29 CEST 2021


Revision: 8435
          https://developer.blender.org/rBM8435
Author:   mendio
Date:     2021-09-24 23:47:28 +0200 (Fri, 24 Sep 2021)
Log Message:
-----------
GPencil: Update Modifier section

Modified Paths:
--------------
    trunk/blender_docs/manual/grease_pencil/animation/tools.rst
    trunk/blender_docs/manual/grease_pencil/modifiers/color/index.rst
    trunk/blender_docs/manual/grease_pencil/modifiers/deform/index.rst
    trunk/blender_docs/manual/grease_pencil/modifiers/index.rst
    trunk/blender_docs/manual/grease_pencil/modifiers/introduction.rst
    trunk/blender_docs/manual/grease_pencil/multiframe.rst
    trunk/blender_docs/manual/images/grease-pencil_modifiers_color_texture-mapping_panel.png
    trunk/blender_docs/manual/images/grease-pencil_modifiers_introduction_menu.png

Added Paths:
-----------
    trunk/blender_docs/manual/grease_pencil/modifiers/modify/
    trunk/blender_docs/manual/grease_pencil/modifiers/modify/index.rst
    trunk/blender_docs/manual/grease_pencil/modifiers/modify/texture_mapping.rst
    trunk/blender_docs/manual/grease_pencil/modifiers/modify/time_offset.rst
    trunk/blender_docs/manual/grease_pencil/modifiers/modify/weight_angle.rst
    trunk/blender_docs/manual/grease_pencil/modifiers/modify/weight_proximity.rst
    trunk/blender_docs/manual/images/grease-pencil_modifiers_modify_weight-angle_panel.png
    trunk/blender_docs/manual/images/grease-pencil_modifiers_modify_weight-proximity_panel.png

Removed Paths:
-------------
    trunk/blender_docs/manual/grease_pencil/modifiers/color/texture_mapping.rst
    trunk/blender_docs/manual/grease_pencil/modifiers/deform/time_offset.rst

Modified: trunk/blender_docs/manual/grease_pencil/animation/tools.rst
===================================================================
--- trunk/blender_docs/manual/grease_pencil/animation/tools.rst	2021-09-24 21:17:57 UTC (rev 8434)
+++ trunk/blender_docs/manual/grease_pencil/animation/tools.rst	2021-09-24 21:47:28 UTC (rev 8435)
@@ -112,5 +112,27 @@
    Convert only the selected keyframes.
 Target Frame
    Target destination frame for the baked animation.
-Reproject Type
-   Sets the reprojection type to use for the converted strokes.
+Projection Type
+   Sets the projection type to use for the converted strokes.
+
+Bake Object Transform to Grease Pencil
+=======================================
+
+.. reference::
+
+   :Editor:    3D Viewport
+   :Mode:      Object and Pose Modes
+   :Menu:      :menuselection:`Object --> Animation --> Bake Object Transform to Grease Pencil...`
+
+Applies all transform animation at Object level within a selected frame range to Grease Pencil object keyframes.
+
+Start Frame, End Frame
+   Start/End frame for the baking process.
+Step
+   Frame steps for the baking process
+Only Selected Keyframes
+   Convert only the selected keyframes.
+Target Frame
+   Target destination frame for the baked animation.
+Projection Type
+   Sets the projection type to use for the converted strokes.
\ No newline at end of file

Modified: trunk/blender_docs/manual/grease_pencil/modifiers/color/index.rst
===================================================================
--- trunk/blender_docs/manual/grease_pencil/modifiers/color/index.rst	2021-09-24 21:17:57 UTC (rev 8434)
+++ trunk/blender_docs/manual/grease_pencil/modifiers/color/index.rst	2021-09-24 21:47:28 UTC (rev 8435)
@@ -8,5 +8,4 @@
 
    hue_saturation.rst
    opacity.rst
-   texture_mapping.rst
    tint.rst

Deleted: trunk/blender_docs/manual/grease_pencil/modifiers/color/texture_mapping.rst
===================================================================
--- trunk/blender_docs/manual/grease_pencil/modifiers/color/texture_mapping.rst	2021-09-24 21:17:57 UTC (rev 8434)
+++ trunk/blender_docs/manual/grease_pencil/modifiers/color/texture_mapping.rst	2021-09-24 21:47:28 UTC (rev 8435)
@@ -1,82 +0,0 @@
-.. index:: Grease Pencil Modifiers; Texture Mapping Modifier
-.. _bpy.types.TextureGpencilModifier:
-
-************************
-Texture Mapping Modifier
-************************
-
-The *Texture Mapping* Modifier change the strokes texture UV position.
-
-
-Options
-=======
-
-.. figure:: /images/grease-pencil_modifiers_color_texture-mapping_panel.png
-   :align: right
-
-   Texture Mapping.
-
-Mode
-   The texture transformation will be applied to the stroke/fill or stroke UVs.
-
-   Stroke
-      Stroke Fit Method
-         Selects the texture fitting method.
-
-         Constant Length
-            The texture keep a consistent length along the strokes.
-
-         Stroke Length
-            The texture is normalized to fit the stroke length.
-
-      UV Offset
-         Moves the texture along the strokes.
-
-      Rotation
-         Rotates the points of the strokes.
-
-      .. note::
-
-         The *Rotation* option is limited to a range of -90 to 90 degrees.
-
-      Scale
-         Factor for the texture scale.
-
-   Fill
-      Fill Rotation
-         Sets the texture angle.
-
-      Offset
-         Moves the texture origin.
-
-         X, Y
-
-      Scale
-         Factor for the texture scale.
-
-
-Influence
----------
-
-See :ref:`grease-pencil-modifier-influence-filters`.
-
-
-Example
-=======
-
-.. list-table:: Opacity Factor samples.
-
-   * - .. figure:: /images/grease-pencil_modifiers_color_texture-mapping_1.png
-          :width: 200px
-
-          Rotation: 0°.
-
-     - .. figure:: /images/grease-pencil_modifiers_color_texture-mapping_2.png
-          :width: 200px
-
-          Rotation: 45°.
-
-     - .. figure:: /images/grease-pencil_modifiers_color_texture-mapping_3.png
-          :width: 200px
-
-          Rotation: 90°.

Modified: trunk/blender_docs/manual/grease_pencil/modifiers/deform/index.rst
===================================================================
--- trunk/blender_docs/manual/grease_pencil/modifiers/deform/index.rst	2021-09-24 21:17:57 UTC (rev 8434)
+++ trunk/blender_docs/manual/grease_pencil/modifiers/deform/index.rst	2021-09-24 21:47:28 UTC (rev 8435)
@@ -14,4 +14,3 @@
    offset.rst
    smooth.rst
    thickness.rst
-   time_offset.rst

Deleted: trunk/blender_docs/manual/grease_pencil/modifiers/deform/time_offset.rst
===================================================================
--- trunk/blender_docs/manual/grease_pencil/modifiers/deform/time_offset.rst	2021-09-24 21:17:57 UTC (rev 8434)
+++ trunk/blender_docs/manual/grease_pencil/modifiers/deform/time_offset.rst	2021-09-24 21:47:28 UTC (rev 8435)
@@ -1,61 +0,0 @@
-.. index:: Grease Pencil Modifiers; Time Offset Modifier
-.. _bpy.types.TimeGpencilModifier:
-
-********************
-Time Offset Modifier
-********************
-
-The *Time Offset* Modifier offsets the position of Grease Pencil keyframes.
-
-For example can be used to start the same animation loop
-at different times and avoid an unappealing synchronization of the loops.
-
-Or if you have different character poses in several keyframes,
-the Time Offset Modifier can be use to select which pose to show at a particular time in the animation.
-This is especially useful for cut-out animation.
-
-
-Options
-=======
-
-.. figure:: /images/grease-pencil_modifiers_deform_time-offset_panel.png
-   :align: right
-
-   Time Offset Modifier.
-
-Mode
-   Regular
-      Offsets keyframes in default animation playback direction (left to right).
-
-   Reverse
-      Offsets keyframes in inverse animation playback direction (right to left).
-
-   Fixed Frame
-      Keep the selected frame fixed and do not change over time.
-
-      Frame
-         Frame number to use.
-
-Frame Offset
-   Number of frames to offset the original keyframes.
-
-Scale
-   Evaluation time (in seconds).
-
-Keep Loop
-   Moves end frame to the animation start to keep animation in a loop.
-
-
-Custom Range
-------------
-
-When enabled, uses a custom range of frames.
-
-Frame Start/End
-   Sets the range start and end frames.
-
-
-Influence
----------
-
-See :ref:`grease-pencil-modifier-influence-filters`.

Modified: trunk/blender_docs/manual/grease_pencil/modifiers/index.rst
===================================================================
--- trunk/blender_docs/manual/grease_pencil/modifiers/index.rst	2021-09-24 21:17:57 UTC (rev 8434)
+++ trunk/blender_docs/manual/grease_pencil/modifiers/index.rst	2021-09-24 21:47:28 UTC (rev 8435)
@@ -12,3 +12,4 @@
    generate/index.rst
    deform/index.rst
    color/index.rst
+   modify/index.rst

Modified: trunk/blender_docs/manual/grease_pencil/modifiers/introduction.rst
===================================================================
--- trunk/blender_docs/manual/grease_pencil/modifiers/introduction.rst	2021-09-24 21:17:57 UTC (rev 8434)
+++ trunk/blender_docs/manual/grease_pencil/modifiers/introduction.rst	2021-09-24 21:47:28 UTC (rev 8435)
@@ -24,6 +24,9 @@
 
 There are three types of modifiers for Grease Pencil:
 
+Modify
+   These are tools similar to the Deform ones (see below), however, they usually do not directly 
+   affect the geometry of the object, but some other data, such as vertex groups.
 Generate
    The *Generate* group of modifiers includes constructive tools that either change
    the general appearance of or automatically add new geometry to an object.

Added: trunk/blender_docs/manual/grease_pencil/modifiers/modify/index.rst
===================================================================
--- trunk/blender_docs/manual/grease_pencil/modifiers/modify/index.rst	                        (rev 0)
+++ trunk/blender_docs/manual/grease_pencil/modifiers/modify/index.rst	2021-09-24 21:47:28 UTC (rev 8435)
@@ -0,0 +1,12 @@
+
+############
+  Modify
+############
+
+.. toctree::
+   :maxdepth: 1
+
+   texture_mapping.rst
+   time_offset.rst
+   weight_angle.rst
+   weight_proximity.rst


Property changes on: trunk/blender_docs/manual/grease_pencil/modifiers/modify/index.rst
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: trunk/blender_docs/manual/grease_pencil/modifiers/modify/texture_mapping.rst
===================================================================
--- trunk/blender_docs/manual/grease_pencil/modifiers/modify/texture_mapping.rst	                        (rev 0)
+++ trunk/blender_docs/manual/grease_pencil/modifiers/modify/texture_mapping.rst	2021-09-24 21:47:28 UTC (rev 8435)
@@ -0,0 +1,82 @@
+.. index:: Grease Pencil Modifiers; Texture Mapping Modifier
+.. _bpy.types.TextureGpencilModifier:
+
+************************
+Texture Mapping Modifier
+************************
+
+The *Texture Mapping* Modifier change the strokes texture UV position.
+
+
+Options
+=======
+
+.. figure:: /images/grease-pencil_modifiers_color_texture-mapping_panel.png
+   :align: right
+
+   Texture Mapping.
+
+Mode
+   The texture transformation will be applied to the stroke/fill or stroke UVs.
+
+   Stroke
+      Stroke Fit Method
+         Selects the texture fitting method.
+
+         Constant Length
+            The texture keep a consistent length along the strokes.
+
+         Stroke Length
+            The texture is normalized to fit the stroke length.
+
+      UV Offset
+         Moves the texture along the strokes.
+
+      Rotation
+         Rotates the points of the strokes.
+
+      .. note::
+
+         The *Rotation* option is limited to a range of -90 to 90 degrees.
+
+      Scale
+         Factor for the texture scale.
+
+   Fill
+      Fill Rotation
+         Sets the texture angle.
+
+      Offset
+         Moves the texture origin.
+
+         X, Y
+
+      Scale
+         Factor for the texture scale.
+
+
+Influence
+---------
+
+See :ref:`grease-pencil-modifier-influence-filters`.
+
+
+Example
+=======
+
+.. list-table:: Opacity Factor samples.
+
+   * - .. figure:: /images/grease-pencil_modifiers_color_texture-mapping_1.png
+          :width: 200px
+
+          Rotation: 0°.
+
+     - .. figure:: /images/grease-pencil_modifiers_color_texture-mapping_2.png
+          :width: 200px
+
+          Rotation: 45°.
+
+     - .. figure:: /images/grease-pencil_modifiers_color_texture-mapping_3.png
+          :width: 200px
+
+          Rotation: 90°.



@@ Diff output truncated at 10240 characters. @@


More information about the Bf-docboard-svn mailing list