[Bf-docboard-svn] bf-manual: [7887] trunk/blender_docs/manual/video_editing/sequencer/strips/scene.rst: UI: Use enum for Sequencer vs 3D Camera input in Scene panel in Sequencer sidebar

Aaron Carlisle noreply at blender.org
Tue Mar 23 19:18:07 CET 2021


Revision: 7887
          https://developer.blender.org/rBM7887
Author:   Blendify
Date:     2021-03-23 19:18:07 +0100 (Tue, 23 Mar 2021)
Log Message:
-----------
UI: Use enum for Sequencer vs 3D Camera input in Scene panel in Sequencer sidebar

rB84040b86130d7678f73120c14c261c10b0e22854

Modified Paths:
--------------
    trunk/blender_docs/manual/video_editing/sequencer/strips/scene.rst

Modified: trunk/blender_docs/manual/video_editing/sequencer/strips/scene.rst
===================================================================
--- trunk/blender_docs/manual/video_editing/sequencer/strips/scene.rst	2021-03-23 17:55:12 UTC (rev 7886)
+++ trunk/blender_docs/manual/video_editing/sequencer/strips/scene.rst	2021-03-23 18:18:07 UTC (rev 7887)
@@ -17,12 +17,18 @@
 Options
 =======
 
-Use Sequence
-   Expand the scenes sequence strips, allowing one scene to reuse another scene's edit
-   (instead of taking the render output from the scene).
+Input
+   Input type to use for the Scene strip.
 
-   This is similar to how :doc:`Meta Strips </video_editing/sequencer/meta>` work,
-   with the added advantage of supporting multiple instances of the same data.
+   :Camera:
+      Use the Scene’s 3D camera as input.
+   :Sequencer:
+      Use the scene's sequencer timeline as input, allowing one scene to reuse
+      another scene's edit (instead of taking the render output from the scene).
+
+      This is similar to how :doc:`Meta Strips </video_editing/sequencer/meta>` work,
+      with the added advantage of supporting multiple instances of the same data.
+
 Volume
    Volume of the audio taken from the chosen scene.
 Camera



More information about the Bf-docboard-svn mailing list