UI: Rename Realtime Compositor to GPU Compositor #104559

Merged
2 changed files with 6 additions and 6 deletions

View File

@ -1,10 +1,10 @@
.. _realtime-compositor: .. _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 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 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. marked with the :guilabel:`CPU Compositor Only` label along with notes about other limitations.
@ -319,7 +319,7 @@ pixel space of the input.
Output 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 :ref:`Composite nodes <bpy.types.CompositorNodeComposite>`, :ref:`Viewer nodes
<bpy.types.CompositorNodeViewer>`, or :ref:`Split 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 <bpy.types.CompositorNodeSplitViewer>` in the node tree will be considered active and the rest will

View File

@ -244,7 +244,7 @@ Render Pass
Compositor Compositor
Controls the enablement of the compositor in the viewport. If enabled, the scene compositor node 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. will be displayed directly in the viewport.
:Disabled: Always disabled. :Disabled: Always disabled.