Fix: Cycles Python error after previous commit

This commit is contained in:
Brecht Van Lommel
2024-03-27 18:03:09 +01:00
parent a0d5d9137b
commit d2b38a475f

View File

@@ -235,7 +235,7 @@ def enum_preview_denoiser(self, context):
items = [
('AUTO',
"Automatic",
("Use GPU accelerated denoising if supported, for the best performance.
("Use GPU accelerated denoising if supported, for the best performance. "
"Prefer OpenImageDenoise over OptiX"),
0)]
else: