ZBrushCentral

Open ZBrush on 2nd Monitor?

Is there a setting that would make it so that Z2 opens by default to full screen on the second monitor? As it is at the moment I start ZBrush, window it, move it to the second monitor and then go to full screen.

After you have moved it where you want, press Ctrl+Shift+I to store the preference.

Hello,

That did not work. Even after positioning Z2 on the second monitor (a Cintiq) opened to full screen, I pressed CTRL+SHIFT+I and saved the configuration. Even so, each time I open Z2 it still opens full-screen on the first (or primary) monitor.

As far as I can remember this is what I did to move Zbrush to the secondary display.

  1. Press the Restore button and move the Zbrush window to the second display.
  2. Resize the window to fill the secondary display by dragging the window edges. Press Ctrl+Shift+i to save this position.
  3. Open the DefaultZscript.txt file in a text editor and add the following code to the start of the file.
    <BLOCKQUOTE>quote:</font><HR> [Vardef,Init,1]
    [If,Init,
    [Ipress,RESTORE]
    [Varset,Init,0]
    ]
    <HR></BLOCKQUOTE>

It seems that the config does not store the Zbrush window position if it is maximized. You can of course also press the Restore button yourself if you do not want to edit the DefaultZscript (located in the /Zscripts folder).