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.
3 changed files with 6 additions and 6 deletions
Showing only changes of commit 18af726d7c - Show all commits

View File

@ -1,4 +1,4 @@
.. index:: Compositor Nodes; Hue Saturation Value .. index:: Compositor Nodes; Hue/Saturation/Value
.. _bpy.types.CompositorNodeHueSat: .. _bpy.types.CompositorNodeHueSat:
.. Editor's Note: This page gets copied into: .. Editor's Note: This page gets copied into:
.. - :doc:`</render/cycles/nodes/types/color/hue_saturation>` .. - :doc:`</render/cycles/nodes/types/color/hue_saturation>`
@ -6,14 +6,14 @@
.. --- copy below this line --- .. --- copy below this line ---
************************* *************************
Hue Saturation Value Node Hue Saturation/Value Node
************************* *************************
.. figure:: /images/compositing_node-types_CompositorNodeHueSat.webp .. figure:: /images/compositing_node-types_CompositorNodeHueSat.webp
:align: right :align: right
:alt: Hue Saturation Node. :alt: Hue Saturation Node.
The *Hue Saturation Value Node* applies a color transformation in the HSV :term:`Color Model`. The *Hue/Saturation/Value Node* applies a color transformation in the HSV :term:`Color Model`.
Inputs Inputs

View File

@ -58,13 +58,13 @@ Adjust the levels of Color Attributes.
.. _bpy.ops.gpencil.vertex_color_hsv: .. _bpy.ops.gpencil.vertex_color_hsv:
Hue Saturation Value Hue/Saturation/Value
==================== ====================
.. reference:: .. reference::
:Mode: Vertex Paint Mode :Mode: Vertex Paint Mode
:Menu: :menuselection:`Paint --> Hue Saturation Value` :Menu: :menuselection:`Paint --> Hue/Saturation/Value`
Adjust the color's HSV values. Adjust the color's HSV values.

View File

@ -58,7 +58,7 @@ Levels
.. _bpy.ops.paint.vertex_color_hsv: .. _bpy.ops.paint.vertex_color_hsv:
Hue Saturation Value Hue/Saturation/Value
Adjust the HSV values of the selected vertices. Adjust the HSV values of the selected vertices.
.. _bpy.ops.paint.vertex_color_brightness_contrast: .. _bpy.ops.paint.vertex_color_brightness_contrast: