ZBrushCentral

Problem export/import Alpha by ZScript

If I’m trying out an exportprocedure with ZScript-recording I get this ZScript text back:

[FileNameSetNext,“ZBRUSH_ZScripts_realignmask.psd”]
[IPress,Alpha:Export]

But if I use this ZScrip text inside a new plugin that I’m developing, the _realignmask.psd does NOT appaear inside my ZScripts folder.
And ofcourse when I try to import some time later with:

[FileNameSetNext,“ZBRUSH_ZScripts_realignmask.psd”]
[IPress,Alpha:Import]

I get an Error-message from ZB.

Maybe that’s because I do not give the Full Path (C:\Program Files\Pixology\ZBrush3\etc…_realingmask.psd) ?

I would really appreciate some help with this File import/export-stuff.

Greetings, EddyL

Sorry for bothering you in the weekend: I could solve the import/export-problem helped by some older threads on the issue.

EddyL

hey i wrote something similar here, it just saves the exports into whatever folder the script is loaded from. i think thats default behavior if you don’t specify the path.
http://www.zbrushcentral.com/zbc/showthread.php?t=54332

Just for the record:
To export Alpha under filename: realignmask.psd in the folder ZScripts I did try this:
[FileNameSetNext,“ZBRUSH_ZScripts_realignmask.psd”]
[IPress,Alpha:Import]

but it should be this:
[FileNameSetNext,“ZBRUSH\ZScripts\realignmask.psd”]
[IPress,Alpha:Import]

Greetings, EddyL