Hi shayne,
re:
> is there a chance my save.js can be changed to switch view to 3d view and save this view as the sceenshot please
The code for switching to the maximized 3D view is like this:
code:
moi.ui.mainWindow.viewpanel.mode = '3D';
So try putting that in before the moi.view.screenshot() call.
- Michael
|