ZBrushCentral

Brushes added to UI don't show up after reload

Hi, I’m building out a custom UI. I have added custom brushes (from lightbox) which works great after I add them, but they do not show up after closing/reopening zbrush. They only show up in the UI if I load them via lightbox again. Am I missing something?

Lightbox i sjust a browser. Brushes need to be loaded before they’ll appear in your UI. To do that put a copy of the brushes in (Windows) ZStartup\BrushPresets subfolder of your Zbrush installation directory. They’ll be loaded at startup and appear in your UI.

btw - I think an alternative way to do this is by adding some script lines to the ZBrush DefaultZScript.txt file but I’m not sure how to make it work for brushes found through Lightbox.

1 Like

Perfect, thanks!