GoZ-alike tools for simple ZBrush<->Blender interchange.
You can transfer:
- Objects (only meshes)
- Polypainting
- UVs
- Mask
- Polygroup
- Diffuse map
- Normal map
- Displacement map
First of all, GoZ for ZBrush must be installed!
Note: If you have a previous version, remove it via the Addon panel (unroll the GoB entry and remove it) before continuing.
- Extract the 'GoB_2-72.py' file somewhere outside of the zip file.
- In Blender, open the addon panel, then click the 'Install From Files...' button at the bottom. Select the
GoB_2-72.py
file, this will install the addon inside the correct folder. - Check the GoB box and save the User preferences to launch it at startup. Then click on the blue icon on the header (on top of Blender) to activate autoloading. The icon is green for autoloading activated.
- Put the 'Blender' folder directly inside the GoZApps folder at this path:
- Windows:
C:/Users/Public/Pixologic/GoZApps
- Macintosh:
/Users/Shared/Pixologic/GoZApps
- Launch ZBrush. In 'Preferences' -> 'GoZ', you should see the 'path to Blender' entry. This will create the config for Blender. Now you can select it to use GoZ with Blender. Check the GoZ manual to use it.
The addon adds two icons (the Brush Pinch icon and a blue icon) to the top info panel:
- By clicking on the brush icon, you export the selected mesh objects into ZBrush.
- By clicking on the Blue icon, you switch it to green and activate the autoloading mode. Latest objects are imported from GoZ.
- Blender can not have two objects with the same name, but ZBrush can. So if you export several objects from ZBrush, check names or some objects will be missed.
- From Blender you need to manually apply modifiers before exporting objects, in example if you do not apply the mirror modifier, you will have only one side of your object in ZBrush)
- Polygroups inside ZBrush use faces for grouping. Blender uses vertices for grouping, so the script does some conversion. There are some bugs with polygroups, so you might lose them...
- Same for polypainting, in Blender a vertex can have one color per face, but not in ZBrush.
This script was originally written by user "Stunton" and posted here on ZBrushCentral.
It was also posted on Blender's wiki in the Import/Export Addons category, with the author listed as "ODe".