Commit: a920f32ccd0bdbd24317c79648e9fb91dc108d15 Author: Alaska Date: Wed Sep 21 12:04:27 2022 +0200 Branches: blender-v3.3-release https://developer.blender.org/rBa920f32ccd0bdbd24317c79648e9fb91dc108d15
Add oneAPI to the 'cycles_device' command line argument help text Differential Revision: https://developer.blender.org/D16027 =================================================================== M intern/cycles/blender/addon/engine.py =================================================================== diff --git a/intern/cycles/blender/addon/engine.py b/intern/cycles/blender/addon/engine.py index e211f53cf31..1a99674d239 100644 --- a/intern/cycles/blender/addon/engine.py +++ b/intern/cycles/blender/addon/engine.py @@ -13,7 +13,7 @@ def _configure_argument_parser(): action='store_true') parser.add_argument("--cycles-device", help="Set the device to use for Cycles, overriding user preferences and the scene setting." - "Valid options are 'CPU', 'CUDA', 'OPTIX', 'HIP' or 'METAL'." + "Valid options are 'CPU', 'CUDA', 'OPTIX', 'HIP', 'ONEAPI', or 'METAL'." "Additionally, you can append '+CPU' to any GPU type for hybrid rendering.", default=None) return parser _______________________________________________ Bf-blender-cvs mailing list Bf-blender-cvs@blender.org List details, subscription details or unsubscribe: https://lists.blender.org/mailman/listinfo/bf-blender-cvs