[Bf-docboard-svn] bf-manual: [7862] trunk/blender_docs/manual: GPencil: New Interpolate tool updates

Matias Mendiola noreply at blender.org
Mon Mar 22 14:20:10 CET 2021


Revision: 7862
          https://developer.blender.org/rBM7862
Author:   mendio
Date:     2021-03-22 14:20:09 +0100 (Mon, 22 Mar 2021)
Log Message:
-----------
GPencil: New Interpolate tool updates

Modified Paths:
--------------
    trunk/blender_docs/manual/grease_pencil/animation/interpolation.rst
    trunk/blender_docs/manual/grease_pencil/animation/introduction.rst
    trunk/blender_docs/manual/grease_pencil/animation/tools.rst
    trunk/blender_docs/manual/grease_pencil/modes/draw/introduction.rst
    trunk/blender_docs/manual/grease_pencil/modes/draw/tools/index.rst
    trunk/blender_docs/manual/grease_pencil/modes/draw/tools.rst
    trunk/blender_docs/manual/grease_pencil/modes/edit/tools.rst
    trunk/blender_docs/manual/images/grease-pencil_animation_introduction_drawing-options.png
    trunk/blender_docs/manual/images/grease-pencil_animation_introduction_edit-options.png
    trunk/blender_docs/manual/images/grease-pencil_modes_draw_introduction_drawing-options.png
    trunk/blender_docs/manual/images/grease-pencil_modes_draw_tools_toolbar-tools.png
    trunk/blender_docs/manual/images/grease-pencil_modes_edit_tools_toolbar.png

Added Paths:
-----------
    trunk/blender_docs/manual/grease_pencil/modes/draw/tools/interpolate.rst

Removed Paths:
-------------
    trunk/blender_docs/manual/images/grease-pencil_animation_interpolation_panel.png

Modified: trunk/blender_docs/manual/grease_pencil/animation/interpolation.rst
===================================================================
--- trunk/blender_docs/manual/grease_pencil/animation/interpolation.rst	2021-03-22 04:12:24 UTC (rev 7861)
+++ trunk/blender_docs/manual/grease_pencil/animation/interpolation.rst	2021-03-22 13:20:09 UTC (rev 7862)
@@ -3,51 +3,48 @@
 Interpolation
 *************
 
-Interpolate Popover
-===================
+Interpolate
+============
 
 .. admonition:: Reference
    :class: refbox
 
    :Mode:      Draw and Edit Modes
-   :Menu:      :menuselection:`Header --> Interpolate`
+   :Tool:      :menuselection:`Toolbar --> Interpolate`
+   :Hotkey:    :kbd:`Ctrl-E`
 
-When you are animating simple shapes you can use the interpolate tools
+When you are animating simple shapes you can use the interpolate tool
 to automatically add new breakdown keyframes.
 
-.. figure:: /images/grease-pencil_animation_interpolation_panel.png
+See :ref:`Interpolate tool <tool-grease-pencil-draw-interpolate>` for more details.
 
-   Interpolate panel.
 
-Interpolate :kbd:`Ctrl-E`
-   Interpolates strokes between the previous and next keyframe by adding a *single* keyframe.
-   When you are on a frame between two keyframes and click the Interpolate button
-   a new breakdown keyframe will be added. This way you define
-   the final interpolation for the new stroke.
+Interpolate Sequence
+=====================
 
-Sequence :kbd:`Shift-Ctrl-E`
-   Interpolate strokes between the previous and next keyframe by adding *multiple* keyframes.
-   When you are on a frame between two keyframes and click the sequence button
-   a breakdown keyframe will be added on every frame between the previous and next keyframe.
+.. admonition:: Reference
+   :class: refbox
 
-   Step
-      The number of frames between generated interpolated frames.
-   Type
-      Interpolation method to use for the sequence.
+   :Mode:      Draw and Edit Modes
+   :Menu:      :menuselection:`Header --> Interpolate`
+   :Hotkey:    :kbd:`Shift-Ctrl-E`
 
-.. _bpy.ops.gpencil.interpolate_reverse:
+Interpolate strokes between the previous and next keyframe by adding *multiple* keyframes.
+When you are on a frame between two keyframes and click the sequence button
+a breakdown keyframe will be added on every frame between the previous and next keyframe.
 
-Remove Breakdowns
-   Removes the breakdowns generated by the Interpolate tool.
-
-Interpolate All Layers
-   When enabled, interpolated keyframes will be created on all layers, not only the active one.
-
-Interpolate Selected Strokes (:guilabel:`Edit Mode Only`)
+Step
+   The number of frames between generated interpolated frames.
+Layer
+   Restrict the interpolation to Active or All layers.
+Only selected (:guilabel:`Edit Mode Only`)
    When enabled, only selected strokes will be interpolated.
+Flip Mode
+   Invert strokes start and end. Automatic will try to found the right mode for every stroke.
+Smooth
+   Amount of smoothing to apply to interpolated strokes for reducing jitter/noise.
+Iterations
+   Number of time to smooth newly created strokes.
+Type
+   Interpolation method to use for the sequence.
 
-.. note::
-
-   The *Interpolate* and *Sequence* tools work better when the strokes in the previous and next keyframes
-   have the same amount of points. For example when there are duplicated strokes on different keyframes
-   only with different location, rotation or scale.

Modified: trunk/blender_docs/manual/grease_pencil/animation/introduction.rst
===================================================================
--- trunk/blender_docs/manual/grease_pencil/animation/introduction.rst	2021-03-22 04:12:24 UTC (rev 7861)
+++ trunk/blender_docs/manual/grease_pencil/animation/introduction.rst	2021-03-22 13:20:09 UTC (rev 7862)
@@ -88,7 +88,13 @@
 Additive Drawing
    When creating new frames, the strokes from the previous/active frame are include as a basis for the new one.
 
+Multiframe
+   If you need to add new strokes to your animation on several frames you can use multiframe drawing.
 
+   You can activate multiframe drawing with the Multiframe button next to the modes selector (faded lines icon).
+   See :doc:`Multiframe </grease_pencil/multiframe>` for more information.
+
+
 Edit Mode
 ---------
 
@@ -105,12 +111,7 @@
    You can activate multiframe edition with the Multiframe button next to the modes selector (faded lines icon).
    See :doc:`Multiframe </grease_pencil/multiframe>` for more information.
 
-Interpolate
-   When you are animating simple shapes with strokes that have the same amount of points,
-   you can use the Interpolate tool to automatically add new breakdown keyframes.
-   See :doc:`Interpolation </grease_pencil/animation/interpolation>` for more information.
 
-
 Examples
 ========
 

Modified: trunk/blender_docs/manual/grease_pencil/animation/tools.rst
===================================================================
--- trunk/blender_docs/manual/grease_pencil/animation/tools.rst	2021-03-22 04:12:24 UTC (rev 7861)
+++ trunk/blender_docs/manual/grease_pencil/animation/tools.rst	2021-03-22 13:20:09 UTC (rev 7862)
@@ -64,49 +64,22 @@
 
 
 .. _grease-pencil-animation-tools-interpolation:
-
-Interpolation
-=============
-
-.. _bpy.ops.gpencil.interpolate:
-
-Interpolate
------------
-
-.. admonition:: Reference
-   :class: refbox
-
-   :Mode:      Draw Mode, Edit Mode, Sculpt Mode
-   :Menu:      :menuselection:`Stroke --> Animation --> Interpolate --> Interpolate`
-   :Hotkey:    :kbd:`Ctrl-E`
-
-Interpolates strokes between the previous and next keyframe by adding a *single* keyframe.
-When you are on a frame between two keyframes and press :kbd:`Ctrl-Alt-E` a new breakdown keyframe
-will be added. This way you define the final interpolation for the new stroke.
-
-
 .. _bpy.ops.gpencil.interpolate_sequence:
 
-Sequence
---------
+Interpolate Sequence
+=======================
 
 .. admonition:: Reference
    :class: refbox
 
-   :Mode:      Draw Mode, Edit Mode, Sculpt Mode
-   :Menu:      :menuselection:`Stroke --> Animation --> Interpolate --> Sequence`
+   :Mode:      Draw Mode, Edit Mode
+   :Menu:      :menuselection:`Grease Pencil --> Interpolate Sequence`
    :Hotkey:    :kbd:`Shift-Ctrl-E`
 
 Interpolate strokes between the previous and next keyframe by adding *multiple* keyframes.
 A breakdown keyframe will be added on every frame between the previous and next keyframe.
 
-.. note::
 
-   The *Interpolate* and *Sequence* tools work better when the strokes in the previous and next keyframes
-   have the same amount of points. For example when there are duplicated strokes on different keyframes
-   only with different location, rotation or scale.
-
-
 .. _bpy.ops.gpencil.mesh_bake:
 .. _bpy.ops.gpencil.bake_mesh_animation:
 

Modified: trunk/blender_docs/manual/grease_pencil/modes/draw/introduction.rst
===================================================================
--- trunk/blender_docs/manual/grease_pencil/modes/draw/introduction.rst	2021-03-22 04:12:24 UTC (rev 7861)
+++ trunk/blender_docs/manual/grease_pencil/modes/draw/introduction.rst	2021-03-22 13:20:09 UTC (rev 7862)
@@ -104,6 +104,7 @@
 AutoMerge
    Joins new strokes with the beginning or end of previously drawn strokes in the active layer.
 
-Interpolate
-   Popover that contains tools and properties to automatically add breakdown keyframes between normal keyframes.
-   See :doc:`Interpolating Strokes </grease_pencil/animation/interpolation>` for more information.
+Multiframe
+   Allows to draw on several frames at the same time.
+
+   See :doc:`Multiframe </grease_pencil/multiframe>` for more information.

Modified: trunk/blender_docs/manual/grease_pencil/modes/draw/tools/index.rst
===================================================================
--- trunk/blender_docs/manual/grease_pencil/modes/draw/tools/index.rst	2021-03-22 04:12:24 UTC (rev 7861)
+++ trunk/blender_docs/manual/grease_pencil/modes/draw/tools/index.rst	2021-03-22 13:20:09 UTC (rev 7862)
@@ -18,3 +18,4 @@
    curve.rst
    box.rst
    circle.rst
+   interpolate.rst

Added: trunk/blender_docs/manual/grease_pencil/modes/draw/tools/interpolate.rst
===================================================================
--- trunk/blender_docs/manual/grease_pencil/modes/draw/tools/interpolate.rst	                        (rev 0)
+++ trunk/blender_docs/manual/grease_pencil/modes/draw/tools/interpolate.rst	2021-03-22 13:20:09 UTC (rev 7862)
@@ -0,0 +1,22 @@
+.. _tool-grease-pencil-draw-interpolate:
+
+************
+Interpolate
+************
+
+.. admonition:: Reference
+   :class: refbox
+
+   :Mode:      Draw Mode
+   :Tool:      :menuselection:`Toolbar --> Interpolate`
+   :Hotkey:    :kbd:`Ctrl-E`
+
+The Interpolate tool interpolates strokes between the previous and next keyframe by adding a *single* keyframe.
+When you are on a frame between two keyframes and click an drag a new breakdown keyframe will be added. This way you define
+the final interpolation for the new stroke.
+
+Usage
+=====
+
+Set the playhead on the timeline between the two keyframes you want to interpolate.
+Click and drag from left to right to set the desire interpolation percentage and release to confirm, a new breakdown keyframe will be added


Property changes on: trunk/blender_docs/manual/grease_pencil/modes/draw/tools/interpolate.rst
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Modified: trunk/blender_docs/manual/grease_pencil/modes/draw/tools.rst
===================================================================
--- trunk/blender_docs/manual/grease_pencil/modes/draw/tools.rst	2021-03-22 04:12:24 UTC (rev 7861)
+++ trunk/blender_docs/manual/grease_pencil/modes/draw/tools.rst	2021-03-22 13:20:09 UTC (rev 7862)
@@ -46,6 +46,9 @@
 :ref:`Circle <tool-grease-pencil-draw-circle>`
    Draw oval shapes.
 
+:ref:`Interpolate <tool-grease-pencil-draw-interpolate>` :kbd:`Ctrl-E`
+   Automatically create a breakdown keyframe between two normal keyframes.
+
 :ref:`Annotate <tool-annotate>`
    Draw free-hand annotation.
 

Modified: trunk/blender_docs/manual/grease_pencil/modes/edit/tools.rst
===================================================================
--- trunk/blender_docs/manual/grease_pencil/modes/edit/tools.rst	2021-03-22 04:12:24 UTC (rev 7861)

@@ Diff output truncated at 10240 characters. @@


More information about the Bf-docboard-svn mailing list