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:
- Close Maya and ZBrush.
- Locate the GoZBrushToMaya.mel file which you will find in the C:\Users\Public\Pixologic\GoZApps\Maya\ folder.
- Open the file in a text editor such as NotePad.
- 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…