ZBrushCentral

Question: shortcut path names list?

I see in script source codes, something like “ZPUBLIC_Temp/” “ZBrush_/”.
are there any more shortcut path names?
If I can borrow the wise of brains, it is really appreciated.

ZPUBLIC_ will resolve to the data folder in the Public/Documents, so for ZBrush 2022 on Windows it will be C:\Users\Public\Documents\ZBrushData2022.

ZBRUSH_ will resolve to the root folder of the ZBrush installation, so for ZBrush 2022 on Windows it will be C:\Program Files\Pixologic\ZBrush 2022.

Those two basically give access to any of the folders ZBrush uses, so you can use things like

ZBRUSH_ZSTARTUP\ZPlugs64\MyPluginData

HTH,
Marcus

1 Like

Thank you! I wrote those in full path until now.:fearful:
I use it from now, and my script will has more redundancy.

1 Like