I used to have two 17" monitors I used for my workstation. When using 3DS Max, I kept the viewport maximized on the left/main monitor and all separate panels (render, materials, etc) open on the right monitor. Recently, I sold the two 17"s and got a single Apple 23" cinema display. Works great, except that Max isn't getting with the program and my render panel is still opening up in its last known position, way too fucking far to the right of my single monitor to see.
I've spent ten mintues poking around Max looking for a 'reset dialog/panels' option and have found nothing, and am currently about thirty seconds from heaving the whole goddamn computer out of the window. Does anyone have any suggestions for restoring lost panels without having to reinstall the application?
Replies
edit: it didn't involve someone elses monotor
found.courtesy of rhinokey:
ok heres a quick fix for this problem ,and it also fixes lost photoshop windows,
1.in max press m to pop up the material editor,
2. press alt+ space and release
3.click the down arrow once and click enter
4. click any arrow key once
5. move mouse towards your monitor ! yay your material editor should be attached to the cursor
only takes 2 seconds!
or:
try looking through the 3dsmax.ini (and possibly other config files in max root dir). somewhere in one of those it surely saves the window positions.
Here is a macro which do that:
(
max_ini_file = getMAXIniFile()
setinisetting max_ini_file "RenderDialogPosition" "Dimension" "200 200 355 792"
)