[Bf-docboard-svn] bf-manual: [7075] trunk/blender_docs/manual/editors: Cleanup: Split Outliner into smaller pages

Aaron Carlisle carlisle.b3d at gmail.com
Fri Sep 11 03:38:56 CEST 2020


Revision: 7075
          https://developer.blender.org/rBM7075
Author:   Blendify
Date:     2020-09-11 03:38:56 +0200 (Fri, 11 Sep 2020)
Log Message:
-----------
Cleanup: Split Outliner into smaller pages

Modified Paths:
--------------
    trunk/blender_docs/manual/editors/index.rst

Added Paths:
-----------
    trunk/blender_docs/manual/editors/outliner/
    trunk/blender_docs/manual/editors/outliner/editing.rst
    trunk/blender_docs/manual/editors/outliner/index.rst
    trunk/blender_docs/manual/editors/outliner/interface.rst
    trunk/blender_docs/manual/editors/outliner/introduction.rst
    trunk/blender_docs/manual/editors/outliner/selecting.rst
    trunk/blender_docs/manual/editors/outliner/usage.rst

Removed Paths:
-------------
    trunk/blender_docs/manual/editors/outliner.rst

Modified: trunk/blender_docs/manual/editors/index.rst
===================================================================
--- trunk/blender_docs/manual/editors/index.rst	2020-09-11 01:26:08 UTC (rev 7074)
+++ trunk/blender_docs/manual/editors/index.rst	2020-09-11 01:38:56 UTC (rev 7075)
@@ -62,7 +62,7 @@
 .. toctree::
    :maxdepth: 1
 
-   outliner.rst
+   outliner/index.rst
    properties_editor.rst
    file_browser.rst
    preferences/index.rst

Added: trunk/blender_docs/manual/editors/outliner/editing.rst
===================================================================
--- trunk/blender_docs/manual/editors/outliner/editing.rst	                        (rev 0)
+++ trunk/blender_docs/manual/editors/outliner/editing.rst	2020-09-11 01:38:56 UTC (rev 7075)
@@ -0,0 +1,114 @@
+
+*******
+Editing
+*******
+
+Context Menu
+============
+
+Show the context menu for a data-block with :kbd:`RMB` on the icon or name.
+Depending on the type of the preselected data-block(s), you will have all or part of the following options:
+
+Copy/Paste
+   Copy/pastes selected data-blocks.
+Delete
+   Deletes the selected data-block.
+Select, Select Hierarchy, Deselect
+   Add object to current selection without making it the active one.
+
+
+.. _editors-outliner-collections:
+
+Collections
+-----------
+
+Collections are a way Blender uses to organize scenes.
+Collections contain objects and everything else in a scene.
+They can include collections themselves and are fully recursive.
+
+.. seealso::
+
+   Read more about :doc:`Collections </scene_layout/collections/index>`.
+
+New
+   Creates a new collection.
+Duplicate Collections
+   Recursively duplicates the collection including all child collections, objects, and object data.
+Duplicate Linked
+   Duplicate entire hierarchy keeping content linked with original.
+Delete Hierarchy
+   Deletes the collection and removes all its child objects or collections.
+   It is important to note that this only deletes the collection,
+   if child objects are part of another collection they will stay in the scene collection
+   and their data-blocks will not be deleted from the blend-file.
+Instance to Scene
+   Creates a new :doc:`collection instance </scene_layout/object/properties/instancing/collection>`.
+Visibility
+   Isolate
+      Hides all collections except the selected collection and any parent collections (if any exist).
+   Show/Hide
+      Shows/Hides the selected collection from the :doc:`View Layer </scene_layout/view_layers/index>`.
+   Show/Hide Inside
+      Shows/Hides all items that are a member of the selected collection, include child collections,
+      from the :doc:`View Layer </scene_layout/view_layers/index>`.
+   Enable/Disable in Viewports
+      Enables/disables drawing in the :doc:`View Layer </scene_layout/view_layers/index>`.
+   Enable/Disable in Renders
+      Enables/disables visibility of the collection in renders.
+View Layer
+   Disable/Enable in View Layer
+      Disables/Enables the collection from the view layer.
+
+
+.. _bpy.ops.outliner.id_operation:
+
+ID Data Menu
+------------
+
+Unlink
+   To unlink a data-block from its "owner" (e.g. a material from its mesh).
+Make Local
+   To create a "local" duplicate of this data-block.
+Make Single User
+   This feature is not yet implemented.
+Delete
+   Deletes the selected data-block.
+Add Library Override
+   Add a local :doc:`override </files/linked_libraries/library_overrides>` of this linked data-block.
+Add Library Override Hierarchy
+   Add a local :doc:`override </files/linked_libraries/library_overrides>` of this linked data-block,
+   and its hierarchy of dependencies.
+Reset Library Override
+   Reset this local :doc:`override </files/linked_libraries/library_overrides>` to its linked values.
+Reset Library Override Hierarchy
+   Reset this local :doc:`override </files/linked_libraries/library_overrides>` to its linked values,
+   as well as its hierarchy of dependencies.
+Remap Users
+   Remap Users of a data-block to another one (of same type of course).
+   This means you can e.g. replace all usages of a material or texture by another one.
+Copy/Paste
+   Copy/pastes selected data-blocks.
+Add Fake User, Clear Fake User
+   Adds a "dummy" (fake) user so that the selected data-block always gets saved even if it has no users.
+   The fake user can be removed with *Clear Fake User*.
+Rename :kbd:`F2`
+   Renames the selected data-block.
+Select Linked
+   Selects the linked data, see :ref:`bpy.ops.object.select_linked` for more information.
+
+
+View Menu
+---------
+
+The view menu is part of the context menu and supported in all the Outliner elements.
+
+Show Active :kbd:`Period`
+   Centers the Tree View to selected object.
+Show Hierarchy :kbd:`Home`
+   To collapse all levels of the tree.
+Show/Hide One Level :kbd:`NumpadPlus`/ :kbd:`NumpadMinus`
+   Expand one level down in the tree or collapse one level using the keyboard shortcuts.
+
+.. note::
+
+   Some data-block types will not have a context menu at all!


Property changes on: trunk/blender_docs/manual/editors/outliner/editing.rst
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: trunk/blender_docs/manual/editors/outliner/index.rst
===================================================================
--- trunk/blender_docs/manual/editors/outliner/index.rst	                        (rev 0)
+++ trunk/blender_docs/manual/editors/outliner/index.rst	2020-09-11 01:38:56 UTC (rev 7075)
@@ -0,0 +1,15 @@
+.. _bpy.types.SpaceOutliner:
+.. _bpy.ops.outliner:
+
+############
+  Outliner
+############
+
+.. toctree::
+   :maxdepth: 1
+
+   introduction.rst
+   interface.rst
+   selecting.rst
+   editing.rst
+   usage.rst


Property changes on: trunk/blender_docs/manual/editors/outliner/index.rst
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: trunk/blender_docs/manual/editors/outliner/interface.rst
===================================================================
--- trunk/blender_docs/manual/editors/outliner/interface.rst	                        (rev 0)
+++ trunk/blender_docs/manual/editors/outliner/interface.rst	2020-09-11 01:38:56 UTC (rev 7075)
@@ -0,0 +1,163 @@
+
+*********
+Interface
+*********
+
+.. _editors-outliner-restriction-columns:
+
+Restriction Columns
+===================
+
+The following toggles, in the right side of the *Outliner* editor,
+are available for collections, objects, bones, modifiers and constraints.
+
+By default only the temporary viewport visibility is enabled.
+The other options can be enabled in the *Restriction Toggles* option in the Outliner `filter`_.
+
+- Holding :kbd:`Shift` sets or unsets the value to all its child collections or objects.
+- Holding :kbd:`Ctrl` isolates the object or collection, so they are the only ones with its value set.
+
+Visibility (eye icon)
+   Toggles the visibility of the object or collection in the 3D Viewport.
+   This is a file-local setting, and does not get imported when this data-block
+   is linked into another blend-file. Objects hidden this way are still part of
+   the :doc:`View Layer </scene_layout/view_layers/index>` and evaluated,
+   so they still affect playback performance.
+Enable Collection (checkbox, collection only)
+   Exclude the collection from the view layer. This option is shown in front of
+   the collection icon, it is not part of the restrictions column.
+
+.. note::
+
+   The following options are hidden by default and need to be enabled in
+   the Outliner Filter before they can be used.
+
+.. _bpy.types.Collection.hide_select:
+
+Selectability (mouse cursor icon)
+   This is useful for if you have placed something in the scene
+   and do not want to accidentally select it when working on something else.
+
+.. _bpy.types.LayerCollection.hide_viewport:
+
+Global Viewport Visibility (screen icon)
+   This will still render the object/collection, but it will be ignored by all the viewports.
+   Often used for collections with high-poly objects that need to be instanced in other files.
+   Objects hidden this way are no longer part of the :doc:`View Layer </scene_layout/view_layers/index>`,
+   are not evaluated, and such do not negatively affect playback performance.
+
+.. _bpy.types.Object.hide_render:
+
+Rendering (camera icon)
+   This will still keep the object visible in the scene, but it will be ignored by the renderer.
+   Usually used by support objects that help modeling and animation yet do not belong in the final images.
+
+.. _bpy.types.LayerCollection.holdout:
+
+Holdout (collection only)
+   Mask out objects in collection from view layer.
+
+.. _bpy.types.LayerCollection.indirect_only:
+
+Indirect Only (collection only)
+   Objects in these collections only contribute to indirect light -- *Cycles only*.
+
+
+Header
+======
+
+Display Mode
+------------
+
+The editors header has a select menu that let you filter what the Outliner should show.
+It helps to narrow the list of objects so that you can find things quickly and easily.
+
+Scenes
+   Shows *everything* the *Outliner* can display (in all scenes, all view layers, etc.).
+View Layer
+   Shows all the collections and objects in the current view layer.
+Video Sequencer
+   Lists data, images and videos, that are used by the :doc:`Video Sequencer </video_editing/index>`.
+Blender File
+   Lists all data in the current blend-file.
+Data API
+   Lists every :doc:`data-block </files/data_blocks>` along with any properties that they might have.
+Orphan Data
+   Lists :doc:`data-blocks </files/data_blocks>`
+   which are unused and/or will be lost when the file is reloaded.
+   It includes data-blocks which have only a fake user. You can add/remove Fake User
+   by clicking on cross/tick icon in the right side of the Outliner editor.
+
+
+Searching
+---------
+
+You can search the view for data-blocks,
+by using Search field in the header of the *Outliner*,
+The `Filter`_ menu lets you toggle the following options:
+
+- Case Sensitive Matches Only
+- Complete Matches Only
+
+
+Filter
+------
+
+Restriction Toggles
+   Set which `Restriction Columns`_ should be visible.
+Sort Alphabetically
+   Sort the entries alphabetically.
+
+Sync Selection
+   Sync Outliner selection to and from the :doc:`3D Viewport </editors/3dview/index>` and

@@ Diff output truncated at 10240 characters. @@



More information about the Bf-docboard-svn mailing list