ID 137877 - Python callbacks are missing for accessing Stereo Modes in the Viewer

Follow

Problem summary
Python callbacks are missing for accessing Stereo Modes in the Viewer
Customer reported version
Nuke 13.2v4
Customer reported platform
Windows 11  
Steps to reproduce
1) In Nuke, open the Project settings, then Views.
2) Select Setup views for stereo to enable multiple views.
3) Open the Script Editor and run the following code observing the output:
viewer_menu = nuke.menu("Viewer")for item in viewer_menu.items():    print(item.name())
 
Expected behaviour
The Stereo Modes should appear in the items list for using via Python.
Actual behaviour
The Stereo Modes item and it's additional features like 'interlaced' is missing via Python.
Workaround
There is no available workaround at this time.
Reproduced by Support in:
Nuke 15.0v2 - Windows 10, macOS 13 Ventura
Nuke 9.0v1 - Windows 10, macOS 10.14 Mojave
Earliest version tested
Nuke 9.0v1 - This issue appears to be in all versions of the product

    We're sorry to hear that

    Please tell us why