CyclesCameraSettings

Hi,
I wanted to change panorama type using python for the camera when using cycles rendering engine.

When I click on “Copy Data Path” on that property it points me to cycles.panorama type, which I found is CyclesCameraSettings. But the property I am looking for are not exposed. I found only outdated documentation for this class.

dir(C.scene.camera.cycles) →
[‘annotations’, ‘dict’, ‘doc’, ‘module’, ‘weakref’, ‘bl_rna’, ‘dicing_rate’, ‘is_holdout’, ‘is_shadow_catcher’, ‘motion_steps’, ‘name’, ‘register’, ‘rna_type’, ‘shadow_terminator_offset’, ‘unregister’, ‘use_adaptive_subdivision’, ‘use_camera_cull’, ‘use_deform_motion’, ‘use_distance_cull’, ‘use_motion_blur’]

Is this a feature for some reason or is there a workaround how to get those settings?

Thanks :pray: