**Original Title**
API bug - enable/disable crypto passes
**Blender Version**
Broken: version: 2.80 (sub 75), branch: master, commit date: 2019-07-29 14:47, hash: `rBf6cb5f54494e`
Worked: (optional)
**Short description of error**
The Python tooltip for Cycles properties (e.g., enable crypto pass) is broken:
`bpy.data.scenes["Scenes"] ... use pass_crypto_object`
-------------------------------------
Now to the original report:
**Short description of error**
enabling or disabling Cryptomatte passes is inaccessible with python
**Exact steps for others to reproduce the error**
When enabling object crypto through the UI, the info panel displays it as //bpy.context.scene.use_pass_crypto_object = True//, but according to the console this expression doesn't exist: // AttributeError: 'Scene' object has no attribute 'use_pass_crypto_object'//
I found another way to access this information: //bpy.context.scene.view_layers['View Layer']['cycles']['use_pass_crypto_object']// , but changing the value between 1 and 0 only makes changes to the UI, not the compositor
Same goes for other cryptomatte passes and settings