Details
Description
Have a View3D with:
visible: false layer.enabled: true renderMode: View3D.Inline
which happens to be one of the few use cases where the Inline renderMode can be highly relevant.
This won't work because synchronize() is not called correctly. Needs fixing similarly to what has been done for Offscreen bfore.