diff --git a/intern/cycles/device/device_optix.cpp b/intern/cycles/device/device_optix.cpp index c23732839b6..42d7b00314c 100644 --- a/intern/cycles/device/device_optix.cpp +++ b/intern/cycles/device/device_optix.cpp @@ -1558,7 +1558,7 @@ void device_optix_info(vector &devices) } // Only add devices with RTX support - if (rtcore_version == 0) + if (rtcore_version == 0 && !getenv("CYCLES_OPTIX_TEST")) it = cuda_devices.erase(it); else ++it;