[Bf-docboard-svn] bf-manual: [9239] branches/blender-3.2-release/blender_docs/manual/animation/motion_paths.rst: Animation: Sensible frame range for motion paths

Aaron Carlisle noreply at blender.org
Tue May 3 21:34:31 CEST 2022


Revision: 9239
          https://developer.blender.org/rBM9239
Author:   Blendify
Date:     2022-05-03 21:34:31 +0200 (Tue, 03 May 2022)
Log Message:
-----------
Animation: Sensible frame range for motion paths

rB1558b270e9fcbc2e23fa248b0e7e770dddae155c

Modified Paths:
--------------
    branches/blender-3.2-release/blender_docs/manual/animation/motion_paths.rst

Modified: branches/blender-3.2-release/blender_docs/manual/animation/motion_paths.rst
===================================================================
--- branches/blender-3.2-release/blender_docs/manual/animation/motion_paths.rst	2022-05-03 13:58:08 UTC (rev 9238)
+++ branches/blender-3.2-release/blender_docs/manual/animation/motion_paths.rst	2022-05-03 19:34:31 UTC (rev 9239)
@@ -90,6 +90,15 @@
    Allows displaying one point for every *n* frames on the path.
    Mostly useful when you enable the frame number display (see below), to avoid cluttering the 3D Viewport.
 
+.. _bpy.types.AnimVizMotionPaths.range:
+
+Calculation Range
+   The method to choose the upper and lower bounds of Motion Paths.
+
+   :Scene Frame Range: Calculates Motion Paths for the entire Scene or Preview frame duration.
+   :Selected Keys: Calculates Motion Paths for the range of the first selected keyframe to the last keyframe.
+   :All Keys: Calculates Motion Paths from the first keyframe to the last keyframe.
+
 .. _bpy.types.MotionPath.frame_start:
 .. _bpy.types.MotionPath.frame_end:
 



More information about the Bf-docboard-svn mailing list