script:var v = moi.ui.getActiveViewport(); if ( v != null ) { moi.view.lineWidth = 4; var img = v.render( 2560, 2560 ); moi.view.lineWidth = 1; var name = img.getSaveFileName(); if ( name != '' ) img.save( name ); }
It works nice and fast...
a few more questions... can it be done with a white background? without any axis lines?
Can it be done with a transparent background? the reason for this if it is possible to put the 3d model in front of a picture to see what the end product would look like.
and last one can Moi export to pdf or an image format in all views at once ...or 2 views?
Now its even better :D
I set my perspective on the image I need in affinity...then send it to Moi to set the model the way I want with the picture...
Then snapshot and save...crop if I need it to...way faster.