[Bf-docboard-svn] bf-manual: [9800] trunk/blender_docs/manual/editors: Index: Add Blender Editors

Aaron Carlisle noreply at blender.org
Wed Dec 14 01:49:52 CET 2022


Revision: 9800
          https://developer.blender.org/rBM9800
Author:   Blendify
Date:     2022-12-14 01:49:52 +0100 (Wed, 14 Dec 2022)
Log Message:
-----------
Index: Add Blender Editors

Modified Paths:
--------------
    trunk/blender_docs/manual/editors/3dview/introduction.rst
    trunk/blender_docs/manual/editors/asset_browser.rst
    trunk/blender_docs/manual/editors/clip/introduction.rst
    trunk/blender_docs/manual/editors/compositor.rst
    trunk/blender_docs/manual/editors/dope_sheet/introduction.rst
    trunk/blender_docs/manual/editors/drivers_editor.rst
    trunk/blender_docs/manual/editors/file_browser.rst
    trunk/blender_docs/manual/editors/geometry_node.rst
    trunk/blender_docs/manual/editors/graph_editor/introduction.rst
    trunk/blender_docs/manual/editors/image/introduction.rst
    trunk/blender_docs/manual/editors/index.rst
    trunk/blender_docs/manual/editors/info_editor.rst
    trunk/blender_docs/manual/editors/nla/introduction.rst
    trunk/blender_docs/manual/editors/outliner/introduction.rst
    trunk/blender_docs/manual/editors/preferences/introduction.rst
    trunk/blender_docs/manual/editors/properties_editor.rst
    trunk/blender_docs/manual/editors/python_console.rst
    trunk/blender_docs/manual/editors/shader_editor.rst
    trunk/blender_docs/manual/editors/spreadsheet.rst
    trunk/blender_docs/manual/editors/text_editor.rst
    trunk/blender_docs/manual/editors/texture_node/introduction.rst
    trunk/blender_docs/manual/editors/timeline.rst
    trunk/blender_docs/manual/editors/uv/introduction.rst
    trunk/blender_docs/manual/editors/video_sequencer/introduction.rst

Modified: trunk/blender_docs/manual/editors/3dview/introduction.rst
===================================================================
--- trunk/blender_docs/manual/editors/3dview/introduction.rst	2022-12-14 00:47:24 UTC (rev 9799)
+++ trunk/blender_docs/manual/editors/3dview/introduction.rst	2022-12-14 00:49:52 UTC (rev 9800)
@@ -1,3 +1,4 @@
+.. index:: Editors; 3D Viewport
 
 ************
 Introduction
@@ -27,11 +28,11 @@
    used for editing different kinds of data. For example, the default Object Mode
    would let you place a character in the scene, while Pose Mode would allow
    you to pose it.
-   
+
    The shortcut :kbd:`Ctrl-Tab` brings up a pie menu for quick mode switching.
    If you have an :doc:`Armature </animation/armatures/introduction>` selected,
    it'll instead switch between Object Mode and Pose Mode.
-   
+
    Pressing :kbd:`Tab` will switch between Object Mode and Edit Mode for objects
    that support it.
 
@@ -85,10 +86,10 @@
    would otherwise be occluded.
    This is a shortcut to the X-Ray option inside the
    :ref:`Viewport Shading <3dview-shading-xray>` popover.
-   
+
    In Pose Mode, this same button controls a different setting with its own separate on/off state.
    Rather than making the scene transparent, it shows the armature in front of any geometry.
-   
+
 Viewport Shading
    Change the :doc:`shading </editors/3dview/display/shading>` of the 3D Viewport.
 

Modified: trunk/blender_docs/manual/editors/asset_browser.rst
===================================================================
--- trunk/blender_docs/manual/editors/asset_browser.rst	2022-12-14 00:47:24 UTC (rev 9799)
+++ trunk/blender_docs/manual/editors/asset_browser.rst	2022-12-14 00:49:52 UTC (rev 9800)
@@ -1,4 +1,4 @@
-.. _editors-asset-browser:
+.. index:: Editors; Asset Browser
 
 *************
 Asset Browser
@@ -211,8 +211,8 @@
    If this option is disabled then the full collection hierarchy will be added to the scene.
 
    Collection Assets from the current file will always be instanced.
-   
 
+
 Note that all regular Blender operations are available after the asset has been added to the current file.
 For example, you could choose to link an object to the scene; this will also link its mesh and its materials.
 Then you can make the object itself local

Modified: trunk/blender_docs/manual/editors/clip/introduction.rst
===================================================================
--- trunk/blender_docs/manual/editors/clip/introduction.rst	2022-12-14 00:47:24 UTC (rev 9799)
+++ trunk/blender_docs/manual/editors/clip/introduction.rst	2022-12-14 00:49:52 UTC (rev 9800)
@@ -1,3 +1,4 @@
+.. index:: Editors; Movie Clip Editor
 
 ************
 Introduction

Modified: trunk/blender_docs/manual/editors/compositor.rst
===================================================================
--- trunk/blender_docs/manual/editors/compositor.rst	2022-12-14 00:47:24 UTC (rev 9799)
+++ trunk/blender_docs/manual/editors/compositor.rst	2022-12-14 00:49:52 UTC (rev 9800)
@@ -1,3 +1,4 @@
+.. index:: Editors; Compositor
 
 **********
 Compositor

Modified: trunk/blender_docs/manual/editors/dope_sheet/introduction.rst
===================================================================
--- trunk/blender_docs/manual/editors/dope_sheet/introduction.rst	2022-12-14 00:47:24 UTC (rev 9799)
+++ trunk/blender_docs/manual/editors/dope_sheet/introduction.rst	2022-12-14 00:49:52 UTC (rev 9800)
@@ -1,3 +1,4 @@
+.. index:: Editors; Dope Sheet
 
 ************
 Introduction

Modified: trunk/blender_docs/manual/editors/drivers_editor.rst
===================================================================
--- trunk/blender_docs/manual/editors/drivers_editor.rst	2022-12-14 00:47:24 UTC (rev 9799)
+++ trunk/blender_docs/manual/editors/drivers_editor.rst	2022-12-14 00:49:52 UTC (rev 9800)
@@ -1,3 +1,4 @@
+.. index:: Editors; Drivers Editor
 
 **************
 Drivers Editor

Modified: trunk/blender_docs/manual/editors/file_browser.rst
===================================================================
--- trunk/blender_docs/manual/editors/file_browser.rst	2022-12-14 00:47:24 UTC (rev 9799)
+++ trunk/blender_docs/manual/editors/file_browser.rst	2022-12-14 00:49:52 UTC (rev 9800)
@@ -1,3 +1,5 @@
+.. index:: Editors; File Browser
+
 .. _bpy.ops.file:
 .. _bpy.types.FileSelectParams:
 .. _bpy.types.SpaceFileBrowser:

Modified: trunk/blender_docs/manual/editors/geometry_node.rst
===================================================================
--- trunk/blender_docs/manual/editors/geometry_node.rst	2022-12-14 00:47:24 UTC (rev 9799)
+++ trunk/blender_docs/manual/editors/geometry_node.rst	2022-12-14 00:49:52 UTC (rev 9800)
@@ -1,3 +1,4 @@
+.. index:: Editors; Geometry Node Editor
 
 ********************
 Geometry Node Editor

Modified: trunk/blender_docs/manual/editors/graph_editor/introduction.rst
===================================================================
--- trunk/blender_docs/manual/editors/graph_editor/introduction.rst	2022-12-14 00:47:24 UTC (rev 9799)
+++ trunk/blender_docs/manual/editors/graph_editor/introduction.rst	2022-12-14 00:49:52 UTC (rev 9800)
@@ -1,3 +1,4 @@
+.. index:: Editors; Graph Editor
 
 ************
 Introduction

Modified: trunk/blender_docs/manual/editors/image/introduction.rst
===================================================================
--- trunk/blender_docs/manual/editors/image/introduction.rst	2022-12-14 00:47:24 UTC (rev 9799)
+++ trunk/blender_docs/manual/editors/image/introduction.rst	2022-12-14 00:49:52 UTC (rev 9800)
@@ -1,3 +1,4 @@
+.. index:: Editors; Image Editor
 
 ************
 Introduction

Modified: trunk/blender_docs/manual/editors/index.rst
===================================================================
--- trunk/blender_docs/manual/editors/index.rst	2022-12-14 00:47:24 UTC (rev 9799)
+++ trunk/blender_docs/manual/editors/index.rst	2022-12-14 00:49:52 UTC (rev 9800)
@@ -1,3 +1,4 @@
+.. index:: Editors
 .. _bpy.types.Space:
 .. _bpy.ops.screen.space_type_set_or_cycle:
 

Modified: trunk/blender_docs/manual/editors/info_editor.rst
===================================================================
--- trunk/blender_docs/manual/editors/info_editor.rst	2022-12-14 00:47:24 UTC (rev 9799)
+++ trunk/blender_docs/manual/editors/info_editor.rst	2022-12-14 00:49:52 UTC (rev 9800)
@@ -1,3 +1,4 @@
+.. index:: Editors; Info Editor
 
 ***********
 Info Editor

Modified: trunk/blender_docs/manual/editors/nla/introduction.rst
===================================================================
--- trunk/blender_docs/manual/editors/nla/introduction.rst	2022-12-14 00:47:24 UTC (rev 9799)
+++ trunk/blender_docs/manual/editors/nla/introduction.rst	2022-12-14 00:49:52 UTC (rev 9800)
@@ -1,3 +1,4 @@
+.. index:: Editors; NLA Editor
 
 ************
 Introduction

Modified: trunk/blender_docs/manual/editors/outliner/introduction.rst
===================================================================
--- trunk/blender_docs/manual/editors/outliner/introduction.rst	2022-12-14 00:47:24 UTC (rev 9799)
+++ trunk/blender_docs/manual/editors/outliner/introduction.rst	2022-12-14 00:49:52 UTC (rev 9800)
@@ -1,3 +1,4 @@
+.. index:: Editors; Outliner
 
 ************
 Introduction

Modified: trunk/blender_docs/manual/editors/preferences/introduction.rst
===================================================================
--- trunk/blender_docs/manual/editors/preferences/introduction.rst	2022-12-14 00:47:24 UTC (rev 9799)
+++ trunk/blender_docs/manual/editors/preferences/introduction.rst	2022-12-14 00:49:52 UTC (rev 9800)
@@ -1,3 +1,5 @@
+.. index:: Editors; Preferences
+
 .. TODO: use substitutions, see: https://stackoverflow.com/questions/56557296
 .. |menu| unicode:: U+2630
 

Modified: trunk/blender_docs/manual/editors/properties_editor.rst
===================================================================
--- trunk/blender_docs/manual/editors/properties_editor.rst	2022-12-14 00:47:24 UTC (rev 9799)
+++ trunk/blender_docs/manual/editors/properties_editor.rst	2022-12-14 00:49:52 UTC (rev 9800)
@@ -1,3 +1,4 @@
+.. index:: Editors; Properties
 .. _bpy.types.SpaceProperties:
 
 **********

Modified: trunk/blender_docs/manual/editors/python_console.rst
===================================================================
--- trunk/blender_docs/manual/editors/python_console.rst	2022-12-14 00:47:24 UTC (rev 9799)
+++ trunk/blender_docs/manual/editors/python_console.rst	2022-12-14 00:49:52 UTC (rev 9800)
@@ -1,3 +1,4 @@
+.. index:: Editors; Python Console
 .. _bpy.types.ConsoleLine:
 .. _bpy.types.SpaceConsole:
 .. _bpy.ops.console:

Modified: trunk/blender_docs/manual/editors/shader_editor.rst
===================================================================
--- trunk/blender_docs/manual/editors/shader_editor.rst	2022-12-14 00:47:24 UTC (rev 9799)
+++ trunk/blender_docs/manual/editors/shader_editor.rst	2022-12-14 00:49:52 UTC (rev 9800)
@@ -1,3 +1,4 @@
+.. index:: Editors; Shader Editor
 
 *************
 Shader Editor

Modified: trunk/blender_docs/manual/editors/spreadsheet.rst
===================================================================
--- trunk/blender_docs/manual/editors/spreadsheet.rst	2022-12-14 00:47:24 UTC (rev 9799)
+++ trunk/blender_docs/manual/editors/spreadsheet.rst	2022-12-14 00:49:52 UTC (rev 9800)
@@ -1,3 +1,5 @@
+.. index:: Editors; Spreadsheet
+
 .. _bpy.ops.spreadsheet:
 .. _bpy.types.SpaceSpreadsheet:
 

Modified: trunk/blender_docs/manual/editors/text_editor.rst
===================================================================
--- trunk/blender_docs/manual/editors/text_editor.rst	2022-12-14 00:47:24 UTC (rev 9799)
+++ trunk/blender_docs/manual/editors/text_editor.rst	2022-12-14 00:49:52 UTC (rev 9800)
@@ -1,3 +1,5 @@
+.. index:: Editors; Text Editor
+
 .. _bpy.types.SpaceTextEditor:
 .. _bpy.types.Text:
 .. _bpy.ops.text:

Modified: trunk/blender_docs/manual/editors/texture_node/introduction.rst
===================================================================
--- trunk/blender_docs/manual/editors/texture_node/introduction.rst	2022-12-14 00:47:24 UTC (rev 9799)
+++ trunk/blender_docs/manual/editors/texture_node/introduction.rst	2022-12-14 00:49:52 UTC (rev 9800)
@@ -1,3 +1,4 @@
+.. index:: Editors; Texture Node Editor
 .. index:: Nodes; Texture Nodes
 
 ************

Modified: trunk/blender_docs/manual/editors/timeline.rst
===================================================================

@@ Diff output truncated at 10240 characters. @@


More information about the Bf-docboard-svn mailing list