[Bf-docboard-svn] bf-manual: [7628] trunk/blender_docs/manual: Merge branch 'blender-v2.92-release'

Aaron Carlisle noreply at blender.org
Thu Jan 21 03:10:32 CET 2021


Revision: 7628
          https://developer.blender.org/rBM7628
Author:   Blendify
Date:     2021-01-21 03:10:32 +0100 (Thu, 21 Jan 2021)
Log Message:
-----------
Merge branch 'blender-v2.92-release'

Modified Paths:
--------------
    trunk/blender_docs/manual/editors/clip/introduction.rst
    trunk/blender_docs/manual/editors/clip/sidebar.rst
    trunk/blender_docs/manual/editors/graph_editor/fcurves/editing.rst
    trunk/blender_docs/manual/editors/outliner/interface.rst
    trunk/blender_docs/manual/grease_pencil/animation/tools.rst
    trunk/blender_docs/manual/grease_pencil/modes/draw/tools/cutter.rst
    trunk/blender_docs/manual/images/modeling_modifiers_nodes_object-info.png
    trunk/blender_docs/manual/modeling/geometry_nodes/input/object_info.rst
    trunk/blender_docs/manual/movie_clip/tracking/clip/index.rst
    trunk/blender_docs/manual/movie_clip/tracking/clip/sidebar/annotation.rst
    trunk/blender_docs/manual/scene_layout/object/editing/make_links.rst
    trunk/blender_docs/manual/sculpt_paint/sculpting/tools/grab.rst
    trunk/blender_docs/manual/video_editing/sequencer/editing.rst
    trunk/blender_docs/manual/video_editing/sequencer/selecting.rst
    trunk/blender_docs/manual/video_editing/sequencer/sidebar/strip.rst
    trunk/blender_docs/manual/video_editing/sequencer/strips/movie_image.rst
    trunk/blender_docs/manual/video_editing/sequencer/strips/sound.rst

Added Paths:
-----------
    trunk/blender_docs/manual/movie_clip/tracking/clip/selecting.rst

Property Changed:
----------------
    trunk/blender_docs/

Index: trunk/blender_docs
===================================================================
--- trunk/blender_docs	2021-01-21 02:06:04 UTC (rev 7627)
+++ trunk/blender_docs	2021-01-21 02:10:32 UTC (rev 7628)

Property changes on: trunk/blender_docs
___________________________________________________________________
Added: svn:mergeinfo
## -0,0 +1 ##
+/branches/blender-2.92-release/blender_docs:7610-7627
\ No newline at end of property
Modified: trunk/blender_docs/manual/editors/clip/introduction.rst
===================================================================
--- trunk/blender_docs/manual/editors/clip/introduction.rst	2021-01-21 02:06:04 UTC (rev 7627)
+++ trunk/blender_docs/manual/editors/clip/introduction.rst	2021-01-21 02:10:32 UTC (rev 7628)
@@ -15,39 +15,25 @@
 Header
 ======
 
-Menus
------
+Mode
+   - :doc:`Tracking </movie_clip/tracking/index>`
+   - :doc:`Mask </movie_clip/masking/index>`
 
 View
-   Tools for controlling how the content is displayed in the editor.
+   Menu of operators for controlling how the content is displayed in the editor.
 
    Center View to Cursor
       Centers the view so that the cursor is in the middle of the view.
 Select
-   TODO.
+   Menu of operators for :doc:`Selecting Markers </movie_clip/tracking/clip/selecting>`.
 Clip
-   Open Clip :kbd:`Alt-O`
-      Open a new clip from an image file sequence.
-   Prefetch Frames
-      TODO.
-   Reload Clip
-      TODO.
-   Proxy
-      TODO.
+   Menu of operators for :doc:`Editing Movie Clips </movie_clip/tracking/clip/editing/clip>`.
 
-
-Controls
---------
-
 Clip
    A :ref:`data-block menu <ui-data-block>` used for add a movie file.
    Both movie files and image sequences can be used in the Clip editor.
    When a movie clip is loaded into the Clip editor, extra panels are displayed in the interface.
 
-Modes
-   - :doc:`Motion Tracking </movie_clip/tracking/index>`
-   - :doc:`Masking </movie_clip/masking/index>`
-
 Pivot Point
    See :doc:`Pivot Points </editors/3dview/controls/pivot_point/index>`.
 

Modified: trunk/blender_docs/manual/editors/clip/sidebar.rst
===================================================================
--- trunk/blender_docs/manual/editors/clip/sidebar.rst	2021-01-21 02:06:04 UTC (rev 7627)
+++ trunk/blender_docs/manual/editors/clip/sidebar.rst	2021-01-21 02:10:32 UTC (rev 7628)
@@ -15,7 +15,7 @@
 .. _clip-editor-proxy:
 
 Proxy
-=====
+-----
 
 .. figure:: /images/editors_clip_sidebar_proxy-panel.png
    :align: right
@@ -49,7 +49,7 @@
 
 
 Timecode
-========
+--------
 
 When you are working with footage directly copied from a camera without pre-processing it,
 there might be bunch of artifacts, mostly due to seeking a given frame in sequence.
@@ -75,6 +75,6 @@
 
 
 Footage Settings
-----------------
+================
 
 See :doc:`/editors/image/image_settings`.

Modified: trunk/blender_docs/manual/editors/graph_editor/fcurves/editing.rst
===================================================================
--- trunk/blender_docs/manual/editors/graph_editor/fcurves/editing.rst	2021-01-21 02:06:04 UTC (rev 7627)
+++ trunk/blender_docs/manual/editors/graph_editor/fcurves/editing.rst	2021-01-21 02:10:32 UTC (rev 7628)
@@ -427,7 +427,12 @@
 
 Baking a curve replaces it with a set of sampled points, and removes the ability to edit the curve.
 
+Un-Bake Curve
+=============
 
+Unbaking a curve replaces the baked curve with an unbaked curve, adding the ability to edit it.
+
+
 .. _bpy.ops.graph.euler_filter:
 
 Discontinuity (Euler) Filter

Modified: trunk/blender_docs/manual/editors/outliner/interface.rst
===================================================================
--- trunk/blender_docs/manual/editors/outliner/interface.rst	2021-01-21 02:06:04 UTC (rev 7627)
+++ trunk/blender_docs/manual/editors/outliner/interface.rst	2021-01-21 02:10:32 UTC (rev 7628)
@@ -102,43 +102,77 @@
    by clicking on cross/tick icon in the right side of the Outliner editor.
 
 
-Searching
----------
+.. _bpy.types.SpaceOutliner.filter_text:
 
+Display Filter
+--------------
+
 You can search the view for data-blocks,
 by using Search field in the header of the *Outliner*,
-The `Filter`_ menu lets you toggle the following options:
 
-- Case Sensitive Matches Only
-- Complete Matches Only
 
-
 .. _editors-outliner-interface-filter:
 
 Filter
 ------
 
+.. _bpy.types.SpaceOutliner.show_restrict_column:
+
 Restriction Toggles
    Set which `Restriction Columns`_ should be visible.
+
+.. _bpy.types.SpaceOutliner.use_sort_alpha:
+
 Sort Alphabetically
    Sort the entries alphabetically.
 
+.. _bpy.types.SpaceOutliner.use_sync_select:
+
 Sync Selection
    Sync Outliner selection to and from the :doc:`3D Viewport </editors/3dview/index>` and
    :doc:`Video Sequencer </video_editing/index>` editors. Disable to manage collections,
    object relations, and scene data without changing the selection state.
    Selection syncing is only available in Scenes, View Layer, and Video Sequencer display modes.
+
+.. _bpy.types.SpaceOutliner.show_mode_column:
+
 Show Mode Column
    Show the object mode toggling column in View Layer and Scenes display modes.
 
+.. rubric:: Search
+
+.. _bpy.types.SpaceOutliner.use_filter_complete:
+
+Exact Match
+   The results of :ref:`bpy.types.SpaceOutliner.filter_text` must match the full text and not a substring.
+
+.. _bpy.types.SpaceOutliner.use_filter_case_sensitive:
+
+Case Sensitive
+   The results of :ref:`bpy.types.SpaceOutliner.filter_text` are case sensitive.
+
+.. rubric:: Filter
+
+.. _bpy.types.SpaceOutliner.use_filter_collection:
+
 Collections
    List the objects and collections under
    the :doc:`collection hierarchy </scene_layout/collections/index>` of the scene.
    Objects may appear in more than one collection.
+
+.. _bpy.types.SpaceOutliner.use_filter_object:
+
 Objects
    List of all the objects, respecting the other filter options.
    Disabled only if you need an overview of the collections without the objects.
+
+.. _bpy.types.SpaceOutliner.filter_invert:
+.. _bpy.types.SpaceOutliner.filter_state:
+
 Object State
+   List the objects based on there state or restrictions.
+   The results can be inverted using the *Invert* button.
+
    All
       The default option, no restrictions.
    Visible
@@ -153,12 +187,24 @@
       Lists only the active (often last selected) object.
    Selectable
       List all objects whose :ref:`Selectability <bpy.types.Collection.hide_select>` option is enabled.
+
+.. _bpy.types.SpaceOutliner.use_filter_object_content:
+
 Object Contents
    List materials, modifiers, mesh data, ...
+
+.. _bpy.types.SpaceOutliner.use_filter_children:
+
 Object Children
    List the object children. If the *Collections* option is enabled,
    you will see the object children even if the children are not in the collection.
    However the Outliner shows them as a dashed line.
+
+.. _bpy.types.SpaceOutliner.use_filter_object_mesh:
+.. _bpy.types.SpaceOutliner.use_filter_object_light:
+.. _bpy.types.SpaceOutliner.use_filter_object_camera:
+.. _bpy.types.SpaceOutliner.use_filter_object_empty:
+
 Data-Block
    Allows you to filter out certain data-blocks currently present in the scene.
 

Modified: trunk/blender_docs/manual/grease_pencil/animation/tools.rst
===================================================================
--- trunk/blender_docs/manual/grease_pencil/animation/tools.rst	2021-01-21 02:06:04 UTC (rev 7627)
+++ trunk/blender_docs/manual/grease_pencil/animation/tools.rst	2021-01-21 02:10:32 UTC (rev 7628)
@@ -108,6 +108,7 @@
 
 
 .. _bpy.ops.gpencil.mesh_bake:
+.. _bpy.ops.gpencil.bake_mesh_animation:
 
 Bake Mesh to Grease Pencil
 ==========================
@@ -123,9 +124,11 @@
 a Grease Pencil object keyframed strokes. The *Bake Action* tool computes the final animation of
 the selected objects with all those modifiers, drivers, and constraints applied, and keyframes the result.
 
+Target Object
+   Select the target Grease Pencil object for the baked animation or a new one if there is nothing yet.
 Start Frame, End Frame
    Start/End frame for the baking process.
-Frame Step
+Step
    Frame steps for the baking process
 Thickness
    Strokes thickness.
@@ -137,8 +140,8 @@
    Convert only edges marked as seam.
 Export Faces
    Convert faces as filled strokes.
-Target Object
-   Select the target Grease Pencil object for the baked animation or a new one if there is nothing yet.
+Only Selected Keyframes
+   Convert only the selected keyframes.
 Target Frame
    Target destination frame for the baked animation.
 Reproject Type

Modified: trunk/blender_docs/manual/grease_pencil/modes/draw/tools/cutter.rst
===================================================================
--- trunk/blender_docs/manual/grease_pencil/modes/draw/tools/cutter.rst	2021-01-21 02:06:04 UTC (rev 7627)
+++ trunk/blender_docs/manual/grease_pencil/modes/draw/tools/cutter.rst	2021-01-21 02:10:32 UTC (rev 7628)
@@ -13,6 +13,13 @@
 The Cutter tool delete points in between intersecting strokes.
 
 
+Tool Settings
+=============
+
+Flat Caps
+   Mark newly created :ref:`End Caps <bpy.ops.gpencil.stroke_caps_set>` as *Flat*.
+
+
 Usage
 =====
 

Modified: trunk/blender_docs/manual/images/modeling_modifiers_nodes_object-info.png
===================================================================
--- trunk/blender_docs/manual/images/modeling_modifiers_nodes_object-info.png	2021-01-21 02:06:04 UTC (rev 7627)
+++ trunk/blender_docs/manual/images/modeling_modifiers_nodes_object-info.png	2021-01-21 02:10:32 UTC (rev 7628)
@@ -1,91 +1,158 @@
 \x89PNG
 
    
-IHDR   \xB7   \xB8   \xA18}J   sBIT|d\x88   tEXtSoftware gnome-screenshot\xEF\xBF>    IDATx\x9C\xED\x9D{|\xD5\xDD\xFF\xDFs\xDB[.\x9B\x90\x84@\xAAV\xA2\x887\xAA\xAD\xCA\xD3>\xD5*B\xBD=\xF5Jm\xFD\xFD\xAC\xBF޼\x80\xB5\xDA\xDA\xD6\xF6y\xFD\x9E\xA7\xE8\xCF\xC7*\xD6Z\xB9\xAAV\xB9CA $!\xB2\xD9\xCDf\xEF3\xE7\xF7G\x98a\x93\xEC\xE6F\xEC2\xEF\xD7k5\xEC\xCC|\xE7\xE4\xE43g\xBE\xE7\xCC9\x9F\x91,hA(\xC2\xE3\xF1\xB4\xFC\xBA[\xC8\xD4\xD8\xF5\xF5\xF5t{\xDCL\xAD\x8FL\x88-wCYllNIlq\xDBd-\xB6\xB8m\xB2[\xDC6Y\x8B-n\x9B\xAC\xC5\xB7M\xD6"\xB5

@@ Diff output truncated at 10240 characters. @@


More information about the Bf-docboard-svn mailing list