ZBrushCentral

Creating a Macro/ZScript for Folder Action: Boolean Folder

Hi,
I want to make a macro so that I have a mappable button for the folder action: boolean folder (merging all live boolean objects in a folder).

However, Zbrush throws up this error box when I run the macro, and it doesnt do what I did when creating the macro:

SCRIPT: Boolean Folder.txt
ERROR: FolderActions:Boolean Folder
IN: [IPress,FolderActions:BooleanFolder]

Here is the .txt file so far:

//ZBRUSH MACRO - Recorded in ZBrush version 2022
[IButton,???,“Press to run this macro. Macros can be aborted by pressing the ëescí key.”,
[IConfig,2022]
[IPress,Folder Actions:Boolean Folder]
]

Could somebody please tell me what I am doing wrong?

Many thanks.

Hi,

Welcome to ZBC! :slight_smile:

Unfortunately I don’t think there’s a way to get this to work. There are some things that don’t respond to zscript, even when recorded through a macro, and the Folder Actions are one of these. Sorry! :slightly_frowning_face:

Marcus