Fix #107265: Compositor: output node remove note that z-depth can be saved #104457
@ -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
|
||||||
|
@ -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
|
@ -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
|
||||||
|
@ -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 ---
|
@ -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
|
||||||
|
@ -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 ---
|
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user