ZBrushCentral

Default script in ZB4 isn't loading?

Hi! Just installed ZB4 and noticed that the default script isn’t loading when clicking the button. Does anyone know how to fix this?

Thanks!

// tennet

Are you wanting the polysphere to load automatically on start up and whenever you press the button? If so, open the ZBrush 4.0\ZScripts\DefaultZScript.txt file in Notepad and remove the two forward slashes in front of this line:


[If,1,[FileNameSetNext,"ZPLUGS_SplashData/SphereStartup.txt"][IPress,ZScript:Load]]

Save the file and restart ZBrush.

(The forward slashes // ‘comment out’ the line of code so that it doesn’t run.)

Thanks Marcus! Yes, that’s what I wanted. I thought that was how the default-button was meant to be used?:confused:

/ tennet

Actually the default zscript doesn’t have a default behavior - it can be set up to do pretty much what you want. For example, you can get it to run a macro; see: Setting up a macro to run on start up.