Lighting in 3D stereoscopic view

I am trying to apply the lighting of the 3D view a the left and right eye 3D stereoscopic views, but the lighting is only applied to the view in the 3D Slicer UI.

Steps I follow:

  1. Load a model in 3D Slicer
  2. Create 3D stereoscopic view (Script repository — 3D Slicer documentation, “Show a 3D view outside the view layout” and SetStereoType) for both right and left eye
  3. Open “Lights” module and apply e.g. Sunset lighting to All views (also individually)

Only the lighting is applied to the view from the UI, but not in the pop-up left and right views.

How can apply the lighting to all the views?

I’m sure the Lights module could be improved to support multiple views with just a bit of programming. You could look at the code and probably figure it out.