Docs: Move info to the correct page #104455

Merged
Aaron Carlisle merged 7 commits from :raimund58-cycles_args into main 2023-05-28 01:38:28 +02:00
Showing only changes of commit f1e6a8dede - Show all commits

View File

@ -98,20 +98,5 @@ Cycles
In addition to the options above, which apply to all render engines,
Cycles has additional options to further control its behavior.
- See :ref:`Command Line Launching <command_line-launch-index_command-line-args-additional-cycles-arguments>`
.. code-block:: sh
blender -b file.blend -f 20 -- --cycles-device CPU
.. note::
Unlike the generic options, the Cycles-specific ones must be passed on
the end of the command line, following a double dash.
``--cycles-device CPU``
Override the device that is used to render frames.
Currently supported options are ``CPU``, ``CUDA``, ``OPTIX``, ``HIP``, ``ONEAPI``, and ``METAL``.
Additionally, you can append ``+CPU`` to any GPU type for hybrid rendering.
``--cycles-print-stats``
Show detailed statistics about memory and time usage for Cycles renders on the console.