When click a named view, and retore to floating viewport, it doesn’t restore the display mode, any way to restore the display mode either through API, Thanks a lot!
Hi @Robin3,
The viewport’s display mode is not part of the view projection information (camera, target, frustum, etc.) which is saved as a named view. So your observation is correct.
You might look into saving a snapshot.
– Dale
Got it, Thanks a lot Dale!