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.
7 changed files with 15 additions and 11 deletions
Showing only changes of commit a0db3e5a82 - Show all commits

View File

@ -18,7 +18,7 @@ overlaying another image, etc.
gamma.rst gamma.rst
hue_correct.rst hue_correct.rst
hue_saturation.rst hue_saturation.rst
invert.rst invert_color.rst
mix.rst mix.rst
posterize.rst posterize.rst
rgb_curves.rst rgb_curves.rst

View File

@ -1,19 +1,19 @@
.. index:: Compositor Nodes; Invert .. index:: Compositor Nodes; Invert Color
.. _bpy.types.CompositorNodeInvert: .. _bpy.types.CompositorNodeInvert:
.. Editor's Note: This page gets copied into: .. Editor's Note: This page gets copied into:
.. - :doc:`</render/cycles/nodes/types/color/invert>` .. - :doc:`</render/cycles/nodes/types/color/invert>`
.. --- copy below this line --- .. --- copy below this line ---
*********** *****************
Invert Node Invert Color Node
*********** *****************
.. figure:: /images/compositing_node-types_CompositorNodeInvert.webp .. figure:: /images/compositing_node-types_CompositorNodeInvert.webp
:align: right :align: right
:alt: Invert Node. :alt: Invert Color Node.
The *Invert Node* inverts the colors in the input image, producing a negative. The *Invert Color Node* inverts the colors in the input image, producing a negative.
Inputs Inputs

View File

@ -7,7 +7,7 @@
:maxdepth: 1 :maxdepth: 1
combine_color.rst combine_color.rst
invert.rst invert_color.rst
mix_rgb.rst mix_rgb.rst
rgb_curves.rst rgb_curves.rst
hue_saturation.rst hue_saturation.rst

View File

@ -1,4 +1,4 @@
.. _bpy.types.TextureNodeInvert: .. _bpy.types.TextureNodeInvert:
.. DO NOT EDIT FILE. This is simply a stub which copies everything from the link below. .. DO NOT EDIT FILE. This is simply a stub which copies everything from the link below.
.. include:: /compositing/types/color/invert.rst .. include:: /compositing/types/color/invert_color.rst
:start-after: .. --- copy below this line --- :start-after: .. --- copy below this line ---

View File

@ -9,7 +9,7 @@
bright_contrast.rst bright_contrast.rst
gamma.rst gamma.rst
hue_saturation.rst hue_saturation.rst
invert.rst invert_color.rst
light_falloff.rst light_falloff.rst
mix.rst mix.rst
rgb_curves.rst rgb_curves.rst

View File

@ -1,4 +1,4 @@
.. _bpy.types.ShaderNodeInvert: .. _bpy.types.ShaderNodeInvert:
.. DO NOT EDIT FILE. This is simply a stub which copies everything from the link below. .. DO NOT EDIT FILE. This is simply a stub which copies everything from the link below.
.. include:: /compositing/types/color/invert.rst .. include:: /compositing/types/color/invert_color.rst
:start-after: .. --- copy below this line --- :start-after: .. --- copy below this line ---

View File

@ -144,3 +144,7 @@ RedirectMatch "^/manual/{lang}/{version}/modeling/geometry_nodes/utilities/align
RedirectMatch "^/manual/{lang}/{version}/modeling/geometry_nodes/utilities/rotate_euler.html" "/manual/{lang}/{version}/modeling/geometry_nodes/utilities/rotation/rotate_euler.html" RedirectMatch "^/manual/{lang}/{version}/modeling/geometry_nodes/utilities/rotate_euler.html" "/manual/{lang}/{version}/modeling/geometry_nodes/utilities/rotation/rotate_euler.html"
RedirectMatch "^/manual/{lang}/{version}/editors/graph_editor/channels.html" "/manual/{lang}/{version}/editors/graph_editor/channels/index.html" RedirectMatch "^/manual/{lang}/{version}/editors/graph_editor/channels.html" "/manual/{lang}/{version}/editors/graph_editor/channels/index.html"
RedirectMatch "^/manual/{lang}/{version}/compositing/types/color/invert.html" "^/manual/{lang}/{version}/compositing/types/color/invert_color.html"
RedirectMatch "^/manual/{lang}/{version}/editors/texture_node/types/color/invert.html" "^/manual/{lang}/{version}/editors/texture_node/types/color/invert_color.html"
RedirectMatch "^/manual/{lang}/{version}/render/shader_nodes/color/invert.html" "^/manual/{lang}/{version}/render/shader_nodes/color/invert_color.html"