[Bf-docboard-svn] bf-manual: [8832] trunk/blender_docs/manual/scene_layout/collections: Collections docs cleanup

Aaron Carlisle noreply at blender.org
Thu Jan 20 18:27:55 CET 2022


Revision: 8832
          https://developer.blender.org/rBM8832
Author:   Blendify
Date:     2022-01-20 18:27:54 +0100 (Thu, 20 Jan 2022)
Log Message:
-----------
Collections docs cleanup

Author: @mocsa

Differential Revision: https://developer.blender.org/D13619

Modified Paths:
--------------
    trunk/blender_docs/manual/scene_layout/collections/collections.rst
    trunk/blender_docs/manual/scene_layout/collections/index.rst

Removed Paths:
-------------
    trunk/blender_docs/manual/scene_layout/collections/properties.rst

Modified: trunk/blender_docs/manual/scene_layout/collections/collections.rst
===================================================================
--- trunk/blender_docs/manual/scene_layout/collections/collections.rst	2022-01-20 17:25:49 UTC (rev 8831)
+++ trunk/blender_docs/manual/scene_layout/collections/collections.rst	2022-01-20 17:27:54 UTC (rev 8832)
@@ -22,7 +22,12 @@
 
    :Menu:      :menuselection:`Properties --> Collection Properties`
 
+Collection properties tab allows convenient access to properties for the active collection.
 
+.. figure:: /images/scene-layout_collections_property_panel.png
+
+   Collection properties.
+
 Restrictions
 ------------
 
@@ -55,12 +60,19 @@
 .. _bpy.types.Collection.lineart_usage:
 
 Usage
-   How to use this collection in Line Art.
+   How the collection is loaded into line art.
+   Child objects of the collection can override this setting
+   if they wish in :ref:`Object Properties <bpy.types.ObjectLineArt.usage>`.
 
    :Include: Generate feature lines for this collection.
-   :Occlusion Only: Only use the collection to produce occlusion.
-   :Exclude: Don't use this collection in Line Art.
-   :Intersection Only: Only generate intersection lines for this collection.
+   :Occlusion Only:
+      Objects in the collection will only cause occlusion to existing feature lines
+      and their geometry stay invisible.
+   :Exclude:
+      Objects in this collection will not be loaded into line art at all.
+   :Intersection Only:
+      Objects in the collection will only produce intersection lines in
+      the scene and their own geometry stay invisible.
    :No Intersection: Include this collection but do not generate intersection lines.
 
 .. _bpy.types.Collection.lineart_use_intersection_mask:
@@ -88,7 +100,8 @@
 Move to Collection :kbd:`M`
    Move selected objects to an existing or new collection.
 Link to Collection :kbd:`Shift-M`
-   Link selected objects to a collection.
+   Add selected objects to a collection, while keeping them in their current collection.
+   This way objects can appear in multiple collections.
    A new collection can be created in the pop-up.
 Create New Collection :kbd:`Ctrl-G`
    Creates a new collection and adds the selected object(s) to it.

Modified: trunk/blender_docs/manual/scene_layout/collections/index.rst
===================================================================
--- trunk/blender_docs/manual/scene_layout/collections/index.rst	2022-01-20 17:25:49 UTC (rev 8831)
+++ trunk/blender_docs/manual/scene_layout/collections/index.rst	2022-01-20 17:27:54 UTC (rev 8832)
@@ -8,4 +8,3 @@
 
    introduction.rst
    collections.rst
-   properties.rst

Deleted: trunk/blender_docs/manual/scene_layout/collections/properties.rst
===================================================================
--- trunk/blender_docs/manual/scene_layout/collections/properties.rst	2022-01-20 17:25:49 UTC (rev 8831)
+++ trunk/blender_docs/manual/scene_layout/collections/properties.rst	2022-01-20 17:27:54 UTC (rev 8832)
@@ -1,66 +0,0 @@
-
-*********************
-Collection Properties
-*********************
-
-.. reference::
-
-   :Mode:      Object Mode
-   :Panel:     :menuselection:`Properties --> Collection Properties`
-
-Collection properties tab allows convenient access to properties for the active collection.
-
-.. figure:: /images/scene-layout_collections_property_panel.png
-
-   Collection properties.
-
-
-Restrictions
-============
-
-Selectable
-   Collection is selectable in the scene.
-
-Disable in Renders
-   Collection is globally disabled in renders.
-
-Holdout
-   Mask objects in collection from view layer.
-
-Indirect Only
-   Objects in this collection only contribute indirectly (through shadows and reflections)
-   in the view layer.
-
-
-Instancing
-==========
-
-Instance Offset
-   Offset from the origin when instancing.
-
-
-.. _scene_layout-collections-line-art:
-
-Line Art
-========
-
-.. _bpy.types.Collection.lineart_usage:
-
-Usage
-   How the collection is loaded into line art.
-   Child objects of the collection can override this setting
-   if they wish in :ref:`Object Properties <bpy.types.ObjectLineArt.usage>`.
-
-   :Include:
-      Include all objects in this collection into line art calculation.
-   :Intersection Only:
-      Objects in the collection will only produce intersection lines in
-      the scene and their own geometry stay invisible.
-   :Occlusion Only:
-      Objects in the collection will only cause occlusion to existing feature lines
-      and their geometry stay invisible.
-   :Exclude:
-      Objects in this collection will not be loaded into line art at all.
-   :No Intersection:
-      Objects in this collection will not generate intersection lines on
-      themselves or with other objects in scene.



More information about the Bf-docboard-svn mailing list