You can record a Macro of changing to the MatCap Sculpy material and then get it to run automatically at startup.
Recording your Macro
1. Record the Macro with all your settings.
2. Save the macro to the ZStartup\Macros\Misc folder and name the file StartupMacro.txt. You should now have a new button called StartupMacro in the Misc submenu of the Macro menu. Press the ‘Reload All Macros’ button if you don’t see it.
3. As a test, you can Initialize ZBrush so you are starting fresh and run your Macro to check to see if it is doing everything you want.
Getting the Macro to run automatically when you start ZBrush
- In the ZBrush 4R4/ZScripts folder you’ll see a file called DefaultZScript.txt . Open the file with Notepad and add the following line in between //startup and [pd].
[If,1,[IPress,Macro:Macros:Misc:StartupMacro]]
Save the file. Restart ZBrush.
It is important that the code for the DefaultZScript.txt file is correct and that you have named and saved your Macro in the proper folder as I indicated above. If you get an ‘Interface item can not be found’ error when you start ZBrush, then you have made a mistake somewhere.