ZBrushCentral

ZBrush 4r7P2 issue with GoZ and maya [Solved]

After installing patch 2 I can’t send models from ZBrsuh to maya. Maya hangs. From maya i can send any modell though. Any thoughts? I’m quite stuck!

Apparently GoZBrushToMaya.mel is changed it has a reference to C:\Users\Shared instead of c\Users\Public

Yes, I was about to say. I’ll report this to the devlopers.

For the benefit of other users with this problem:

  1. Close Maya and ZBrush.
  2. Locate the GoZBrushToMaya.mel file which you will find in the C:\Users\Public\Pixologic\GoZApps\Maya\ folder.
  3. Open the file in a text editor such as NotePad.
  4. At the top of the file, under “Global variables”, you’ll see the line:

global string $GoZPublicPath = “/Users/Shared/Pixologic/”;

Change this to:

global string $GoZPublicPath = “C:/Users/Public/Pixologic/”;

5.Save the file.
6. Restart ZBrush and try GoZ.

HTH,

Thank you guy for information…