You can have the Macro run automatically when you start ZBrush if you want.
Note: This is for PC. If you are on a Mac, I can’t be sure if this will work for you. All you can do is try it.
Recording your Macro
- Record the Macro with all your settings.
- 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.
- 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 2022/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.