PDA

View Full Version : need to close render window


JayWalker
04-22-2008, 09:44 PM
I have a maya file that clames that will not alow me to open the rednerview window since as it says "Error: Only one instance of this panel type allowed: renderWindowPanel" I can not see the render window any where on my screens and the only thing i that i can think of that had happen is that this file was saved on another computer with dual monitors so that the window is actualy listed as being on the other side, not taking into acout this computers dual monitor setup.

so does anyone know how i could close the redner window or reset it to fix theis problem

rxgeez
04-23-2008, 01:05 AM
You can try this...this will look to see if the render view window exists and if so close it

$renWindow = `window -exists renderViewWindow`;
if ($renWindow == 1)
deleteUI -window renderViewWindow;


-k

CGTalk Moderation
04-23-2008, 01:05 AM
This thread has been automatically closed as it remained inactive for 12 months. If you wish to continue the discussion, please create a new thread in the appropriate forum.