System Information
Ubuntu 16.04
Blender Version
blender-2.79-testbuild2-linux-glibc219-x86_64
Short description of error
Setting new denoising parameters in Python raises an AttributeError
bpy.context.scene.use_denoising = True Traceback (most recent call last): File "<blender_console>", line 1, in <module> AttributeError: 'Scene' object has no attribute 'use_denoising'
Exact steps for others to reproduce the error
- Switch UI parameter "Denoising" on
- Copy Python command from log window
- Paste Python command in Python console
Other denoising parameters aren't accessible as well.