How can I hide the panel when I started Zbrush4 every times?
Help me,please.Thanks.

i’m not 100% sure- but i think that’s currently a bug.
once again, not “sure” but i seem to remember seeing that either a macro or a script can be written to hide lightbox upon opening Zbrush.
i should like to find that myself, now that you got me thinking about it!
Note: This fix is for PC. If your on a Mac, see post #6
Add the following line to your DefaultZScript.txt file in ZBrush 4.0\ZScripts folder between //startup and [pd]:
[If,1,[IPress,Preferences:Lightbox:Lightbox]]
so it looks like the following:
//startup
[If,1,[IPress,Preferences:Lightbox:Lightbox]]
[pd]
Save the file.
I think the option in Preferences will probably be fixed in a future update.
that didn’t work for me personally- but i think it’s because i’m on a mac.
there’s other features to do with lightbox that aren’t working with the mac, either.
i’m sure it’ll just be a matter of time before it gets fixed. it’s not really a big deal, after all.
it’s kinda becaome a part of my sort of “workflow startup routine”, anyhow!
I’ve found that it’s pretty easy to just hit the comma key after startup if I don’t want to use it.
wow! that did the trick.
thanks for the link!