Cycles: clearer message when denoising in build without OpenImageDenoise

Fix #115200
This commit is contained in:
Brecht Van Lommel
2023-11-21 18:55:03 +01:00
parent 9b08352b21
commit fa64573434
+1 -1
View File
@@ -630,7 +630,7 @@ Device *OIDNDenoiser::ensure_denoiser_device(Progress *progress)
{
#ifndef WITH_OPENIMAGEDENOISE
(void)progress;
path_trace_device_->set_error("Build without OpenImageDenoiser");
path_trace_device_->set_error("Failed to denoise, build has no OpenImageDenoise support");
return nullptr;
#else
if (!openimagedenoise_supported()) {