Setting parallel or perspective as default view

Next
 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

  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Michael Gibson
8112.2 In reply to 8112.1 
Hi Metin, you can set the default by saving a 3DM file with the projection set how you want it, then set that 3DM file as the template file under Options > General > "Template file".

Styles will also be read from the template file as well at startup and when doing File > New.

- Michael
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
 From:  Metin Seven (METINSEVEN)
8112.3 
Ah, great, thanks for your swift reply Michael!

— Metin

———————

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

  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged
 

Reply to All Reply to All