ZBrushCentral

Macro script not working ("not found") after update, but is there

Hello,
I was updating to zBrush 2022 and imported as always my custom Macro Scripts.

I can load them, but I’m getting an error with an “export” macro, which I have always used.

The error message tells, that the .txt is not found, which is not true.
The text file is in the same folder as the macro button. How to solve this?
Using zBrush 2022.5 (latest version)

Several other macro buttons work as always.

Attached screenshots.
Thanks for help!

2022-05-19 15_35_43-ZBrush

located in “pixologic > zStartup > Macros > Misc” inside the programm folder

Hi @AlexxCentral

The error message says that “Grp” button was not found in the “ExObj.TXT” script, not that the .TXT was not found.

It’s probably because “Grp” button is not in the Tool palette anymore. It’s been moved to “Preferences > ImportExport”.

So [IUnPress,Tool:Export:Grp] should read [IUnPress,Preferences:ImportExport:Grp] ,which should make the script run properly.

Also, the line you have right after that which is //[IUnPress,ToolExport:Mrg] …“Mrg” has also been moved to “Preferences > ImportExport” but it’s been marked as a comment with // so it’s not going to do anything anyway.

1 Like