Currently when one launches Paraview, the camera orientation is set to +X. I would like to have isometric view as default in my application. How can I do that? I tried to set default_values for CameraFocalPoint property in rendering.xml, but it didn’t do the trick
I’m afraid not. You could create a StartupPlugin to trigger the change of camera on startup, but its a bit overkill.
A possible workaround is to call pqCameraReaction from ParaviewMainWindow.cxx.