UI: Rename Realtime Compositor to GPU Compositor #104559

Merged
2 changed files with 4 additions and 4 deletions
Showing only changes of commit a8b2c8743a - Show all commits

View File

@ -1,10 +1,10 @@
.. _realtime-compositor:
*******************
Realtime Compositor
GPU Compositor
*******************
The Realtime Compositor is a new GPU accelerated compositor introduced in Blender 3.5 and is
The new GPU accelerated compositor introduced in Blender 3.5 and is
currently used for :ref:`viewport compositing <viewport-compositing>`. This compositor is currently
more limited and not all :ref:`Compositor Nodes <compositor-nodes>` are supported, such nodes are
marked with the :guilabel:`CPU Compositor Only` label along with notes about other limitations.
@ -319,7 +319,7 @@ pixel space of the input.
Output
======
The realtime compositor only supports a single active output target, that is, only one of the
The GPU compositor only supports a single active output target, that is, only one of the
:ref:`Composite nodes <bpy.types.CompositorNodeComposite>`, :ref:`Viewer nodes
<bpy.types.CompositorNodeViewer>`, or :ref:`Split Viewer nodes
<bpy.types.CompositorNodeSplitViewer>` in the node tree will be considered active and the rest will

View File

@ -244,7 +244,7 @@ Render Pass
Compositor
Controls the enablement of the compositor in the viewport. If enabled, the scene compositor node
tree will be evaluated using the :ref:`Realtime Compositor <realtime-compositor>` and the output
tree will be evaluated using the :ref:`GPU Compositor <realtime-compositor>` and the output
will be displayed directly in the viewport.
:Disabled: Always disabled.