ZBrushCentral

Brush loader?

I have too many brushes.
I want to manage it like a library.
Does zscript have the ability to load brushes?

Hi,

Welcome to ZBC! :slight_smile:

Yes, you can use zscript to load brushes. For basic code to load a brush you would use:

[FileNameSetNext, <filepath for brush>]
[IPress, Brush:Load Brush]

Marcus