[Bf-docboard-svn] bf-manual: [8140] trunk/blender_docs/manual: Movie Clip: Structure update

Aaron Carlisle noreply at blender.org
Tue Jun 15 02:12:56 CEST 2021


Revision: 8140
          https://developer.blender.org/rBM8140
Author:   Blendify
Date:     2021-06-15 02:12:56 +0200 (Tue, 15 Jun 2021)
Log Message:
-----------
Movie Clip: Structure update

Modified Paths:
--------------
    trunk/blender_docs/manual/editors/clip/index.rst
    trunk/blender_docs/manual/editors/clip/introduction.rst
    trunk/blender_docs/manual/movie_clip/masking/editing.rst
    trunk/blender_docs/manual/movie_clip/masking/introduction.rst
    trunk/blender_docs/manual/movie_clip/masking/scurve.rst
    trunk/blender_docs/manual/movie_clip/masking/selecting.rst
    trunk/blender_docs/manual/movie_clip/masking/sidebar.rst
    trunk/blender_docs/manual/movie_clip/tracking/clip/introduction.rst
    trunk/blender_docs/manual/movie_clip/tracking/clip/sidebar/stabilization/panel.rst
    trunk/blender_docs/manual/render/materials/legacy_textures/types/image_movie.rst

Added Paths:
-----------
    trunk/blender_docs/manual/editors/clip/display/
    trunk/blender_docs/manual/editors/clip/display/clip_display.rst
    trunk/blender_docs/manual/editors/clip/display/index.rst
    trunk/blender_docs/manual/editors/clip/display/mask_display.rst

Removed Paths:
-------------
    trunk/blender_docs/manual/editors/clip/main_view.rst

Added: trunk/blender_docs/manual/editors/clip/display/clip_display.rst
===================================================================
--- trunk/blender_docs/manual/editors/clip/display/clip_display.rst	                        (rev 0)
+++ trunk/blender_docs/manual/editors/clip/display/clip_display.rst	2021-06-15 00:12:56 UTC (rev 8140)
@@ -0,0 +1,112 @@
+.. _clip-editor-clip-display-label:
+
+************
+Clip Display
+************
+
+This pop-over contains display settings related to editor itself.
+
+.. _bpy.types.SpaceClipEditor.show_red_channel:
+.. _bpy.types.SpaceClipEditor.show_green_channel:
+.. _bpy.types.SpaceClipEditor.show_blue_channel:
+
+R, G, B
+   Control the color channels used for frame preview.
+   It is needed because the tracking algorithm works with grayscale images and it is not
+   always obvious to see which channels disabled will increase contrast of feature points and reduce noise.
+
+.. _bpy.types.SpaceClipEditor.use_grayscale_preview:
+
+Grayscale Preview (B/W)
+   Shows the whole frame gray-scale.
+
+.. _bpy.types.SpaceClipEditor.use_mute_footage:
+
+Mute (eye icon) :kbd:`M`
+   Shows black frames in the preview instead of the movie clip.
+   It helps to find tracks which are tracked inaccurately or which were not tracked at all.
+
+.. _bpy.types.MovieClipUser.use_render_undistorted:
+
+Render Undistorted
+   Applies the *Lens Distortion* settings to the viewport image in order to display the footage undistorted.
+   It is only a preview option, which does not actually change the footage itself.
+
+.. _bpy.types.SpaceClipEditor.lock_selection:
+
+Lock to Selection :kbd:`L`
+   Makes the editor display selected tracks at the same screen position
+   along the whole footage during playback or tracking.
+   This option helps to control the tracking process and
+   stop it when the track is starting to slide off or when it jumped.
+
+.. _bpy.types.SpaceClipEditor.show_stable:
+
+Show Stable
+   This option makes the displayed frame be affected by the 2D stabilization settings
+   (available in reconstruction mode only).
+   It is only a preview option, which does not actually change the footage itself.
+
+.. _bpy.types.SpaceClipEditor.show_grid:
+
+Grid
+   Displays a grid which is originally orthographic,
+   but is affected by the distortion model (available in distortion mode only).
+   This grid can be used for manual calibration --
+   distorted lines of grids are equal to straight lines in the footage.
+
+.. _bpy.types.SpaceClipEditor.use_manual_calibration:
+
+Calibration
+   Applies the distortion model for annotation strokes (available in distortion mode only).
+   This option also helps to perform manual calibration.
+   A more detailed description of this process will be added later.
+
+.. _bpy.types.MovieClip.display_aspect:
+
+Display Aspect Ratio
+   Changes the aspect ratio for displaying only. It does not affect the tracking or solving process.
+
+
+Marker Display
+==============
+
+Defines how markers are displayed in the editor.
+Settings can be found in the :ref:`Clip Display <clip-editor-clip-display-label>` pop-over.
+
+Pattern
+   Can be used to disable displaying of rectangles which correspond to pattern areas of tracks.
+   In some cases it helps
+   to make the clip view cleaner to check how good tracking is.
+
+Search :kbd:`Alt-S`
+   Can be used to disable displaying of rectangles which correspond to search areas of tracks.
+   In some cases it helps to make the clip view cleaner to check how good tracking is.
+   Only search areas for selected tracks will be displayed.
+
+Path
+   And *Length* control displaying of the paths of tracks. The ways tracks are moving can be visible looking
+   at only one frame. It helps to determine if a track jumps from its position or not.
+
+Show Disabled :kbd:`Alt-D`
+   Makes it possible to hide all tracks which are disabled on the current frame.
+   This helps to make view more clear, to see if the tracking is accurate enough.
+
+Info
+   Displays information such as track name and status of the track
+   (if it is keyframed, disabled, tracked or estimated).
+   Names and status for selected tracks are displayed.
+
+3D Markers
+   Makes sense after solving the movie clip,
+   and it works in the following way: the solved position of each track gets
+   projected back to the movie clip and displayed as a small point. The color of the point depends on the distance
+   between the projected coordinate and the original coordinate: if they are close enough, the point is green,
+   otherwise it will be red. This helps to find tracks which were not solved nicely and need to be tweaked.
+
+Display Thin
+   The way in which markers are displayed compact (black outline and yellow foreground color)
+   makes tracks visible on all kind of footage (both dark and light).
+   But sometimes it can be annoying and this option will make the marker display more compactly --
+   the outline is replaced by dashed black lines rendered on top of the foreground,
+   so that marker areas are only 1px thick.


Property changes on: trunk/blender_docs/manual/editors/clip/display/clip_display.rst
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: trunk/blender_docs/manual/editors/clip/display/index.rst
===================================================================
--- trunk/blender_docs/manual/editors/clip/display/index.rst	                        (rev 0)
+++ trunk/blender_docs/manual/editors/clip/display/index.rst	2021-06-15 00:12:56 UTC (rev 8140)
@@ -0,0 +1,11 @@
+.. _bpy.types.SpaceView3D.show:
+
+###########
+  Display
+###########
+
+.. toctree::
+   :maxdepth: 2
+
+   mask_display.rst
+   clip_display.rst


Property changes on: trunk/blender_docs/manual/editors/clip/display/index.rst
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: trunk/blender_docs/manual/editors/clip/display/mask_display.rst
===================================================================
--- trunk/blender_docs/manual/editors/clip/display/mask_display.rst	                        (rev 0)
+++ trunk/blender_docs/manual/editors/clip/display/mask_display.rst	2021-06-15 00:12:56 UTC (rev 8140)
@@ -0,0 +1,19 @@
+
+************
+Mask Display
+************
+
+This popover controls mask display options.
+
+Smooth
+   Display the edge anti-aliased.
+Edge Display Type
+   Style of the edge.
+Overlay
+   Added mask overlay to both Image and Clip editors.
+
+   Mode
+      Alpha Channel
+         Which displays the rasterized mask as a grayscale image.
+      Combined
+         Which multiplies the image/clip with the mask.


Property changes on: trunk/blender_docs/manual/editors/clip/display/mask_display.rst
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Modified: trunk/blender_docs/manual/editors/clip/index.rst
===================================================================
--- trunk/blender_docs/manual/editors/clip/index.rst	2021-06-14 23:09:03 UTC (rev 8139)
+++ trunk/blender_docs/manual/editors/clip/index.rst	2021-06-15 00:12:56 UTC (rev 8140)
@@ -7,5 +7,5 @@
    :maxdepth: 2
 
    introduction.rst
+   display/index.rst
    sidebar.rst
-   main_view.rst

Modified: trunk/blender_docs/manual/editors/clip/introduction.rst
===================================================================
--- trunk/blender_docs/manual/editors/clip/introduction.rst	2021-06-14 23:09:03 UTC (rev 8139)
+++ trunk/blender_docs/manual/editors/clip/introduction.rst	2021-06-15 00:12:56 UTC (rev 8140)
@@ -37,40 +37,5 @@
 Pivot Point
    See :doc:`Pivot Points </editors/3dview/controls/pivot_point/index>`.
 
-.. _clip-editor-clip-display-label:
-
 Clip Display
-   This pop-over contains display settings related to editor itself.
-
-   Channels
-      The R, G, B toggles control the color channels used for frame preview.
-      It is needed because the tracking algorithm works with grayscale images and it is not
-      always obvious to see which channels disabled will increase contrast of feature points and reduce noise.
-   Grayscale Preview (B/W)
-      Shows the whole frame gray-scale.
-   Mute (eye icon) :kbd:`M`
-      Shows black frames in the preview instead of the movie clip.
-      It helps to find tracks which are tracked inaccurately or which were not tracked at all.
-   Render Undistorted
-      Applies the *Lens Distortion* settings to the viewport image in order to display the footage undistorted.
-      It is only a preview option, which does not actually change the footage itself.
-   Lock to Selection :kbd:`L`
-      Makes the editor display selected tracks at the same screen position
-      along the whole footage during playback or tracking.
-      This option helps to control the tracking process and
-      stop it when the track is starting to slide off or when it jumped.
-   Show Stable
-      This option makes the displayed frame be affected by the 2D stabilization settings
-      (available in reconstruction mode only).
-      It is only a preview option, which does not actually change the footage itself.
-   Grid
-      Displays a grid which is originally orthographic,
-      but is affected by the distortion model (available in distortion mode only).
-      This grid can be used for manual calibration --
-      distorted lines of grids are equal to straight lines in the footage.
-   Calibration
-      Applies the distortion model for annotation strokes (available in distortion mode only).
-      This option also helps to perform manual calibration.
-      A more detailed description of this process will be added later.
-   Display Aspect Ratio
-      Changes the aspect ratio for displaying only. It does not affect the tracking or solving process.
+   See :doc:`/editors/clip/display/clip_display`.

Deleted: trunk/blender_docs/manual/editors/clip/main_view.rst
===================================================================
--- trunk/blender_docs/manual/editors/clip/main_view.rst	2021-06-14 23:09:03 UTC (rev 8139)
+++ trunk/blender_docs/manual/editors/clip/main_view.rst	2021-06-15 00:12:56 UTC (rev 8140)
@@ -1,20 +0,0 @@
-
-*********
-Main View
-*********
-
-Mini Timeline
-=============
-
-When a clip is loaded a Timeline is shown at bottom of the Preview.

@@ Diff output truncated at 10240 characters. @@


More information about the Bf-docboard-svn mailing list