We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 184202f commit cc4bf2aCopy full SHA for cc4bf2a
src/rprblender/properties/render.py
@@ -242,7 +242,7 @@ class RPR_UserSettings(bpy.types.PropertyGroup):
242
description="Denoise rendered image with Machine Learning denoiser.\n"
243
"Rendering at 2 times lower resoluting then upscaling rendered image "
244
"in the end of render",
245
- default=True,
+ default=True if not utils.IS_MAC else False, # TODO remove when macos upscaler fixed
246
)
247
248
0 commit comments