Iam trying to reset to default CPlane in all viewports by making a macro and it looks like this;
!_SetActiveViewport front
_CPlane _World Front _pause
_SetActiveViewport Top
_CPlane _World Top _pause
_SetActiveViewport Perspective
_CPlane _World Top _pause
_SetActiveViewport Right
_CPlane _World Right _pause
Enter
It works fine but when I have one viewport maximized it run through the 4 viewports and stops at Right viewport maximized (as it says in macro). Not a big deal but irritating while you work… In this case its just better to run the ordinary “4view” button. Is there a way to set default CPlane in all views without changing active viewport?
Same thing would be good to find a way to disable clippingplane in all viewport.