MoI discussion forum
MoI discussion forum

Full Version: V5 viewport navigation wish

Show messages: All  1-12  13-14

From: Viewbyte
9 Sep 2021   [#13] In reply to [#12]
"In MoI it's a focus for points on objects to be placed with precision using object snaps."

I totally understand and appreciate that, but I'm not doing, or intending to do, anything whatsoever to the object by manipulating the camera.

Anyway I'll rest my case here. I appreciate your engagement and willingness to respond, and I do understand the desire to stay consistent with your chosen modus operandi. MOI is clearly a very fluid and well thought out application. I just feel the viewport navigation isn't quite on that same high level.
From: Viewbyte
10 Sep 2021   [#14]
I've found a script on Petr's page that goes most of the way to what I want when assigned to a shortcut:

script:var objs = moi.geometryDatabase.getSelectedObjects(); if ( objs.length > 0 ) { moi.ui.mainWindow.viewpanel.getViewport('3D').targetPt = objs.getBoundingBox().center; }

It requires a section and a shortcut key press - but I can live with that.

Show messages: All  1-12  13-14