Obtaining enum items of "Look" property "ColorManagedViewSettings"

Hello Blender developers and users!
I’m trying to write a small script that will use every look option to render the same image for multiple frames.
However I’m unable to access the enum items of the Look dropdown.

To be more clear I want to obtain the values of this dropdown and change the Look value per each frame.

I’ve tried the following in py console, however the only result in the collection is ‘NONE’

>>> C.scene.view_settings.bl_rna.properties['look'].enum_items
<bpy_collection[1], EnumProperty.enum_items>

For some reason the documentation also mentions that the enum only contains ‘NONE’.

I also tried to look at the source with no success.

Any help is much appreciated and thank you in advance.

1 Like