Setting parallel or perspective as default view

 From:  Metin Seven (METINSEVEN)
8112.1 
Hi,

I noticed that each time I restart MoI, the Parallel option of the 3D view has reset to Perspective. I'm using the Mac version of MoI.

For now I'm using this inline script as a way around it:
script: /* Toggle between Parallel and Perspective view */ var vp = moi.ui.mainWindow.viewpanel.getViewport('3D'); vp.projection = (vp.projection == 'Perspective' ? 'Parallel': 'Perspective');

— Metin

———————

metinseven.com — 3D (print) models • animation • characters • icons • illustration • infographics • visualization

EDITED: 29 Sep 2016 by METINSEVEN