I am trying to record Macros for many of task.
The process i am using to create these macros are…
- Macro:New Macro.
- Do a series of actions.
- Macro:End Macro.
Then it pops up asking where would you like to save this file.
I save in the default location at Zbrush 4.0/ZStartup/Macros.
In the Macro Menu i found my button and clicked to tedt it.
All went great, so i dragged the button to my UI and Stored Config.
“THE PROBLEM”
When i restart Zbrush, it is not auto-loading my Macros.
I have to manually go to Macros:Reload All Macros to get my button back.
Can someone please tell me how to get Zbrush to auto-load
all of my macros on startup without have to click Macros:Reload All Macros?
I tried to edit the DefaultZscript.txt file so it looked like this…
//startup
[If,1,
[IPress,Macro:Reload All Macros]
]
[pd]
But this didn’t work for me. Thanks