[Bf-docboard-svn] bf-manual: [8838] trunk/blender_docs/manual: UI: Clarify Active Movie Clip tooltip

Aaron Carlisle noreply at blender.org
Fri Jan 21 18:04:54 CET 2022


Revision: 8838
          https://developer.blender.org/rBM8838
Author:   Blendify
Date:     2022-01-21 18:04:53 +0100 (Fri, 21 Jan 2022)
Log Message:
-----------
UI: Clarify Active Movie Clip tooltip

rB59fc95bf97e70cd8daa86e9300f7e277ff2bb7b4

See T92299

Modified Paths:
--------------
    trunk/blender_docs/manual/animation/constraints/index.rst
    trunk/blender_docs/manual/animation/constraints/motion_tracking/camera_solver.rst
    trunk/blender_docs/manual/animation/constraints/motion_tracking/follow_track.rst
    trunk/blender_docs/manual/animation/constraints/motion_tracking/object_solver.rst
    trunk/blender_docs/manual/render/cameras.rst
    trunk/blender_docs/manual/scene_layout/scene/properties.rst

Modified: trunk/blender_docs/manual/animation/constraints/index.rst
===================================================================
--- trunk/blender_docs/manual/animation/constraints/index.rst	2022-01-21 17:04:04 UTC (rev 8837)
+++ trunk/blender_docs/manual/animation/constraints/index.rst	2022-01-21 17:04:53 UTC (rev 8838)
@@ -24,6 +24,8 @@
    interface/stack.rst
 
 
+.. _constraints-motion-tracking:
+
 Motion Tracking
 ===============
 

Modified: trunk/blender_docs/manual/animation/constraints/motion_tracking/camera_solver.rst
===================================================================
--- trunk/blender_docs/manual/animation/constraints/motion_tracking/camera_solver.rst	2022-01-21 17:04:04 UTC (rev 8837)
+++ trunk/blender_docs/manual/animation/constraints/motion_tracking/camera_solver.rst	2022-01-21 17:04:53 UTC (rev 8838)
@@ -26,7 +26,7 @@
    Camera Solver Constraint panel.
 
 Active Clip
-   Receive tracking data from the movie clip active in the Movie Clip editor.
+   Receive tracking data from the scene's :ref:`Active Clip <bpy.types.Scene.active_clip>`.
    If unchecked, an option appears to choose from the other clips.
 
 Constraint to F-Curve

Modified: trunk/blender_docs/manual/animation/constraints/motion_tracking/follow_track.rst
===================================================================
--- trunk/blender_docs/manual/animation/constraints/motion_tracking/follow_track.rst	2022-01-21 17:04:04 UTC (rev 8837)
+++ trunk/blender_docs/manual/animation/constraints/motion_tracking/follow_track.rst	2022-01-21 17:04:53 UTC (rev 8838)
@@ -17,8 +17,8 @@
    Follow Track Constraint panel.
 
 Active Clip
-   Receive tracking data from the active movie clip in the Movie Clip editor.
-   If unchecked, an option appears to choose from the other available clips.
+   Receive tracking data from the scene's :ref:`Active Clip <bpy.types.Scene.active_clip>`.
+   If unchecked, an option appears to choose from the other clips.
 
 3D Position
    Use the 3D position of the track to parent to.

Modified: trunk/blender_docs/manual/animation/constraints/motion_tracking/object_solver.rst
===================================================================
--- trunk/blender_docs/manual/animation/constraints/motion_tracking/object_solver.rst	2022-01-21 17:04:04 UTC (rev 8837)
+++ trunk/blender_docs/manual/animation/constraints/motion_tracking/object_solver.rst	2022-01-21 17:04:53 UTC (rev 8838)
@@ -32,7 +32,7 @@
    Object Solver Constraint panel.
 
 Active Clip
-   Receive tracking data from the active movie clip in the Movie Clip editor.
+   Receive tracking data from the scene's :ref:`Active Clip <bpy.types.Scene.active_clip>`.
    If unchecked, an option appears to choose from the other clips.
 
 Object

Modified: trunk/blender_docs/manual/render/cameras.rst
===================================================================
--- trunk/blender_docs/manual/render/cameras.rst	2022-01-21 17:04:04 UTC (rev 8837)
+++ trunk/blender_docs/manual/render/cameras.rst	2022-01-21 17:04:53 UTC (rev 8838)
@@ -306,9 +306,9 @@
       Use one of the Movie Clip data-blocks.
 
       Active Clip
-         Follow the scene's :ref:`active clip <bpy.types.Scene.active_clip>`.
+         Display a Movie Clip from the scene's :ref:`Active Clip <bpy.types.Scene.active_clip>`.
       Render Undistorted
-         Draw the background image using undistorted proxies when available.
+         Display the background image using undistorted proxies when available.
       Proxy Render Size
          Select between full (non-proxy) display or a proxy size to draw the background image.
 

Modified: trunk/blender_docs/manual/scene_layout/scene/properties.rst
===================================================================
--- trunk/blender_docs/manual/scene_layout/scene/properties.rst	2022-01-21 17:04:04 UTC (rev 8837)
+++ trunk/blender_docs/manual/scene_layout/scene/properties.rst	2022-01-21 17:04:53 UTC (rev 8838)
@@ -38,7 +38,8 @@
 .. _bpy.types.Scene.active_clip:
 
 Active Clip
-   Active movie clip for constraints and viewport display.
+   Selects a :doc:`Movie Clip </movie_clip/introduction>` that can be used by
+   :ref:`constraints-motion-tracking` Constraints or a camera's :ref:`bpy.types.CameraBackgroundImage`.
 
 
 .. _bpy.types.UnitSettings:



More information about the Bf-docboard-svn mailing list