I have two viewports. When I rotate / scale one, I would like the second one to update to the same view as well.
Is there any callback I can fork into when a viewport gets focus? (This would let me grab the view info from the other view and set in the newly activated view).
Alternatively if there is anything else to keep views in sync.