Page 1 of 1

lost Viewport render window

Posted: Thu Oct 23, 2014 3:13 pm
by simsen
hello,
this is silly thing: the viewport window has desappeared! I still have the viewport control but not the main window. If I hit the "save current render", the image is normally saved on the HD.
Any idea?

Re: lost Viewport render window

Posted: Thu Oct 23, 2014 10:53 pm
by face_off
This might happen if you put the Viewport on a second monitor, then disable that monitor (Modo will "remember" the window position on the second monitor and place the Viewport there out of sight). The easiest solution is to delete your Modo801.cfg (you will unfortunately need to re-authenticate the plugin if you do this), or you can manual edit the Viewport coords via:

Code: Select all

user.value oc_viewportWidth ?
user.value oc_viewportHeight ?
...enter 100 for both the above commands.

Paul

Re: lost Viewport render window

Posted: Fri Oct 24, 2014 8:08 am
by simsen
great! my window's back
thanks Paul