Fix #107265: Compositor: output node remove note that z-depth can be saved #104457

Closed
Habib Gahbiche wants to merge 53 commits from zazizizou/blender-manual:com-outputfile into blender-v3.6-release

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.
Showing only changes of commit d39aa637c2 - Show all commits

View File

@ -34,10 +34,10 @@ Data API
Library Overrides Library Overrides
Display library override data in the current blend-file. Separated further into two view modes: Display library override data in the current blend-file. Separated further into two view modes:
Properties: :Properties:
Display data-blocks with overridden properties. The overridden properties are listed together with widgets to Display data-blocks with overridden properties. The overridden properties are listed together with widgets to
modify the value of the properties. modify the value of the properties.
Hierarchies: :Hierarchies:
Visualize the hierarchical dependencies between data-blocks with library overrides. For example, to create a Visualize the hierarchical dependencies between data-blocks with library overrides. For example, to create a
library override of a mesh used by an object inside of a linked collection, Blender automatically creates library override of a mesh used by an object inside of a linked collection, Blender automatically creates
(disabled) library overrides for the object and the collection, resulting in a collection > object > mesh (disabled) library overrides for the object and the collection, resulting in a collection > object > mesh
@ -137,19 +137,19 @@ Object State
List the objects based on their state or restrictions. List the objects based on their state or restrictions.
The results can be inverted using the *Invert* button. The results can be inverted using the *Invert* button.
All :All:
The default option, no restrictions. The default option, no restrictions.
Visible :Visible:
List only the objects visible in the viewports. List only the objects visible in the viewports.
The global and temporary visibility settings are taken into consideration. The global and temporary visibility settings are taken into consideration.
Invisible :Invisible:
List only the objects not visible in the viewports. List only the objects not visible in the viewports.
Selected :Selected:
Lists the object(s) that are currently selected in the 3D Viewport. Lists the object(s) that are currently selected in the 3D Viewport.
See :doc:`selecting in the 3D Viewport </scene_layout/object/selecting>` for more information. See :doc:`selecting in the 3D Viewport </scene_layout/object/selecting>` for more information.
Active :Active:
Lists only the active (often last selected) object. Lists only the active (often last selected) object.
Selectable :Selectable:
List all objects whose :ref:`Selectability <bpy.types.Collection.hide_select>` option is enabled. List all objects whose :ref:`Selectability <bpy.types.Collection.hide_select>` option is enabled.
.. _bpy.types.SpaceOutliner.use_filter_object_content: .. _bpy.types.SpaceOutliner.use_filter_object_content: