[Bf-docboard-svn] bf-manual: [9088] trunk/blender_docs/manual/editors/video_sequencer/preview: VSE Preview: Expand metadata panel

Aaron Carlisle noreply at blender.org
Fri Mar 4 01:03:35 CET 2022


Revision: 9088
          https://developer.blender.org/rBM9088
Author:   Blendify
Date:     2022-03-04 01:03:35 +0100 (Fri, 04 Mar 2022)
Log Message:
-----------
VSE Preview: Expand metadata panel

Modified Paths:
--------------
    trunk/blender_docs/manual/editors/video_sequencer/preview/display/overlays.rst
    trunk/blender_docs/manual/editors/video_sequencer/preview/sidebar.rst

Modified: trunk/blender_docs/manual/editors/video_sequencer/preview/display/overlays.rst
===================================================================
--- trunk/blender_docs/manual/editors/video_sequencer/preview/display/overlays.rst	2022-03-04 00:02:38 UTC (rev 9087)
+++ trunk/blender_docs/manual/editors/video_sequencer/preview/display/overlays.rst	2022-03-04 00:03:35 UTC (rev 9088)
@@ -27,7 +27,7 @@
 .. _bpy.types.SequencerPreviewOverlay.show_metadata:
 
 Metadata
-   Display Image metadata in the preview area.
+   Display :ref:`Image Metadata <editors_vse_preview_sidebar-metadata>` in the preview area.
 
 .. _bpy.types.SequencerPreviewOverlay.show_annotation:
 

Modified: trunk/blender_docs/manual/editors/video_sequencer/preview/sidebar.rst
===================================================================
--- trunk/blender_docs/manual/editors/video_sequencer/preview/sidebar.rst	2022-03-04 00:02:38 UTC (rev 9087)
+++ trunk/blender_docs/manual/editors/video_sequencer/preview/sidebar.rst	2022-03-04 00:03:35 UTC (rev 9088)
@@ -209,6 +209,8 @@
 Allows you to use :doc:`Annotations </interface/annotate_tool>` in the Sequencer.
 
 
+.. _editors_vse_preview_sidebar-metadata:
+
 Metadata
 ========
 
@@ -218,9 +220,27 @@
    :View Type: Preview
    :Panel:     :menuselection:`Sidebar --> Metadata tab`
 
-A list of metadata of the displayed image.
+Lists information that has been encoded in the currently displayed movie or image strip;
+note that this is the strip under the playhead, *not* the active (selected) strip.
+Note, this metadata is readonly and cannot be edited in Blender.
+Metadata can include the filename, the date created, the camera model etc.
+The metadata from saved from a Blender render is also displayed in the appropriate fields (camera, time, etc...;
+see :doc:`Rendered Output </render/output/properties/metadata>` for a full list.
+Some other graphic program also store some metadata, however,
+only the text stored in the header field "Comments" can be read
 
+Some of this metadata can also be made visible in the Preview with the
+:ref:`Metadata <bpy.types.SequencerPreviewOverlay.show_metadata>` overlay.
+
+.. tip::
+
+   To edit a files metadata you can use an external program such as exiftool.
+   For example, the command to change the "Comments" field is::
+
+      exiftool --comments="My new comment" name-of-file.png
+
 .. note::
 
-   The metadata will only be displayed for the image, that has not been processed by any effect.
-   By default images are processed by alpha over blending.
+   The metadata will only be displayed for the image/ movie strip and not from strips processed by any effect strip.
+   For example, adding an effect strip (eg. Glow) will hide the metadata from view.
+   Of course, the metadata isn't removed from the file. Hiding the effect strip will display it again.



More information about the Bf-docboard-svn mailing list