[Bf-docboard-svn] bf-manual: [9509] branches/blender-3.3-release/blender_docs/manual/movie_clip/tracking/clip: Motion Tracking: Add RNA reference links

Aaron Carlisle noreply at blender.org
Mon Aug 22 21:32:47 CEST 2022


Revision: 9509
          https://developer.blender.org/rBM9509
Author:   Blendify
Date:     2022-08-22 21:32:46 +0200 (Mon, 22 Aug 2022)
Log Message:
-----------
Motion Tracking: Add RNA reference links

Modified Paths:
--------------
    branches/blender-3.3-release/blender_docs/manual/movie_clip/tracking/clip/sidebar/track/camera.rst
    branches/blender-3.3-release/blender_docs/manual/movie_clip/tracking/clip/sidebar/track/objects.rst
    branches/blender-3.3-release/blender_docs/manual/movie_clip/tracking/clip/sidebar/track/plane_track.rst
    branches/blender-3.3-release/blender_docs/manual/movie_clip/tracking/clip/sidebar/track/track.rst
    branches/blender-3.3-release/blender_docs/manual/movie_clip/tracking/clip/toolbar/track.rst

Modified: branches/blender-3.3-release/blender_docs/manual/movie_clip/tracking/clip/sidebar/track/camera.rst
===================================================================
--- branches/blender-3.3-release/blender_docs/manual/movie_clip/tracking/clip/sidebar/track/camera.rst	2022-08-22 19:00:45 UTC (rev 9508)
+++ branches/blender-3.3-release/blender_docs/manual/movie_clip/tracking/clip/sidebar/track/camera.rst	2022-08-22 19:32:46 UTC (rev 9509)
@@ -1,4 +1,4 @@
-.. _bpy.types.MovieTrackingCamera:
+::.. _bpy.types.MovieTrackingCamera:
 
 ******
 Camera
@@ -48,14 +48,14 @@
 Lens Distortion
    Mathematical function to convert distorted to undistorted coordinates.
 
-   Polynomial
+   :Polynomial:
       Polynomial radial distortion. Uses three distortion coefficients: K1, K2, and K3.
-   Division
+   :Division:
       It defines high distortions, which makes this model suitable much better for cameras with fisheye lenses.
       Use two distortion coefficients: K1, K2.
-   Nuke
+   :Nuke:
       Distortion model used by the Nuke compositor. Use two distortion coefficients K1, K2.
-   Brown
+   :Brown:
       Brown-Conrady is one of most advanced mathematical lens distortion models.
       Used to model both radial and tangential distortion. Can use up to four
       radial distortion coefficients: K1 - K4 and up to two tangential distortion coefficients: P1 and P2.

Modified: branches/blender-3.3-release/blender_docs/manual/movie_clip/tracking/clip/sidebar/track/objects.rst
===================================================================
--- branches/blender-3.3-release/blender_docs/manual/movie_clip/tracking/clip/sidebar/track/objects.rst	2022-08-22 19:00:45 UTC (rev 9508)
+++ branches/blender-3.3-release/blender_docs/manual/movie_clip/tracking/clip/sidebar/track/objects.rst	2022-08-22 19:32:46 UTC (rev 9509)
@@ -1,3 +1,6 @@
+.. _bpy.types.MovieTracking.active_object_index:
+.. _bpy.ops.clip.tracking_object_new:
+.. _bpy.ops.clip.tracking_object_remove:
 .. _movie-clip-tracking-properties-object:
 
 *************

Modified: branches/blender-3.3-release/blender_docs/manual/movie_clip/tracking/clip/sidebar/track/plane_track.rst
===================================================================
--- branches/blender-3.3-release/blender_docs/manual/movie_clip/tracking/clip/sidebar/track/plane_track.rst	2022-08-22 19:00:45 UTC (rev 9508)
+++ branches/blender-3.3-release/blender_docs/manual/movie_clip/tracking/clip/sidebar/track/plane_track.rst	2022-08-22 19:32:46 UTC (rev 9509)
@@ -10,16 +10,26 @@
    Plane Track panel.
 
 Its properties are shown only when a plane track is selected.
-Firstly, the name of the selected plane track is shown. It can also be changed from here.
 
+.. _bpy.types.MovieTrackingPlaneTrack.name:
+
+Name
+   The name of the selected plane track is shown. It can also be changed from here.
+
+.. _bpy.types.MovieTrackingPlaneTrack.use_auto_keying:
+
 Auto Keyframe
    Toggles the auto-keyframing for corners of the plane track.
    With this enabled, keyframes will automatically get inserted when any corner is moved.
+
 Image
    Field to select or create an image which will be displayed inside the plane track.
    This image is for preview purposes in the Movie Clip editor only.
    To include it in your final render,
    see :doc:`Plane Track Deform node </compositing/types/distort/plane_track_deform>`.
+
+.. _bpy.types.MovieTrackingPlaneTrack.image_opacity:
+
 Opacity
    Used to set the opacity of this image. Again,
    this is for display purposes only, and will not affect your final render.

Modified: branches/blender-3.3-release/blender_docs/manual/movie_clip/tracking/clip/sidebar/track/track.rst
===================================================================
--- branches/blender-3.3-release/blender_docs/manual/movie_clip/tracking/clip/sidebar/track/track.rst	2022-08-22 19:00:45 UTC (rev 9508)
+++ branches/blender-3.3-release/blender_docs/manual/movie_clip/tracking/clip/sidebar/track/track.rst	2022-08-22 19:32:46 UTC (rev 9509)
@@ -9,12 +9,18 @@
 
    Track panel.
 
+.. _bpy.types.MovieTrackingTrack.name:
+
 Name
    The track name can be changed with this field.
    Track names are used for linking tracking data to other areas, like a Follow Track constraint.
+
 Enable (eye icon)
    This toggle controls if the marker is enabled.
    If a marker is disabled, its position is not used either by solver nor by constraints.
+
+.. _bpy.types.MovieTrackingTrack.lock:
+
 Lock (padlock icon)
    The toggle controls whether the track is locked. Locked tracks cannot be edited at all.
    This helps to prevent accidental changes to tracks which are "finished"
@@ -43,16 +49,26 @@
 Further Options
 ===============
 
-Channels
+.. _bpy.types.MovieTrackingTrack.use_red_channel:
+.. _bpy.types.MovieTrackingTrack.use_green_channel:
+.. _bpy.types.MovieTrackingTrack.use_blue_channel:
+
+R, G, B
    Tracking happens in gray-scale space, so a high contrast between the feature and
    its background yields more accurate tracking.
    In such cases disabling some color channels can help.
+
+.. _bpy.types.MovieTrackingTrack.use_grayscale_preview:
+
 Grayscale Preview (B/W)
    Display the preview image as gray-scale even if all channels are enabled.
+
+.. _bpy.types.MovieTrackingTrack.use_alpha_preview:
+
 Mask Preview (black/white icon)
    Applies mask defined by an annotation tool in the preview widget.
 
-.. _clip-tracking-weight:
+.. _bpy.types.MovieTrackingTrack.weight:
 
 Weight
    When several tracks are used for 3D camera reconstruction, it is possible to assign
@@ -68,11 +84,21 @@
    the tracker settings to zero and use the feature detection to quickly add lots of markers.
    Now track them and solve the scene again. Since their weight is zero
    they will not influence your solution at all, but you will have lots of good reference points in your scene.
+
+.. _bpy.types.MovieTrackingTrack.weight_stab:
+
 Stabilization Weight
    While *Weight* parameter is used for 3D reconstruction,
    the *Stabilization Weight* is used to control 2D stabilization.
-Color Presets
+
+.. _bpy.ops.clip.track_copy_color:
+.. _bpy.types.MovieTrackingTrack.use_custom_color:
+
+Custom Color Presets
    The preset for the *Custom Color*.
+
+.. _bpy.types.MovieTrackingTrack.color:
+
 Custom Color
    This setting overrides the default marker color used in the Clip editor and 3D Viewport,
    and it helps to distinguish different type of features

Modified: branches/blender-3.3-release/blender_docs/manual/movie_clip/tracking/clip/toolbar/track.rst
===================================================================
--- branches/blender-3.3-release/blender_docs/manual/movie_clip/tracking/clip/toolbar/track.rst	2022-08-22 19:00:45 UTC (rev 9508)
+++ branches/blender-3.3-release/blender_docs/manual/movie_clip/tracking/clip/toolbar/track.rst	2022-08-22 19:32:46 UTC (rev 9509)
@@ -98,7 +98,7 @@
 -----------------------
 
 Weight
-   See Track :ref:`Weight <clip-tracking-weight>`.
+   See Track :ref:`Weight <bpy.types.MovieTrackingTrack.weight>`.
 
 Correlation
    This value defines the minimal correlation between



More information about the Bf-docboard-svn mailing list