Try this:
- Manually set checkbox "Denoising Data" on
- Log shows
bpy.context.scene.denoising_store_passes = True - Copypaste exactly that into console and hit enter
- Throws
AttributeError: 'Scene' object has no attribute 'denoising_store_passes'
Same with i.e. cryptomatte. Am i doing anything wrong or is this simply not supported yet?
