I don't know of a way of making an Ortho camera clip objects in Moi but if there is Michael will know.
One way I use a lot is to reverse the view of the camera front <=> back etc.
If you add this to a shortcut it is a pretty nice work flow:
script:moi.ui.mainWindow.viewpanel.reverseView( moi.ui.getActiveViewport().name );
|