ZBrushCentral

Z3.1 and file paths

is there any way to point the Z3 import button to other directories beyond the Zbrush folder via Zscript

I have use the file next command before in Z2 to limited success.

Yes, but you will need to use the ZFileUtils.dll. You can see how to do it if you look at the zscript posted in this thread: http://www.zbrushcentral.com/zbc/showthread.php?t=55993
Look particularly at how (in the LoadOBJ routine) the folder path is loaded from the settings.zvr file so that the folder can be set using the SetDefaultDir function in the dll. Also, be sure to provide and call the CheckSystem routine so that the dll path is set correctly before any dll calls.

Note also that the dll needs a full path, not a relative path. So you may need to use [FileNameResolvePath] depending on how you define the folder path.

HTH,

Hi Marcus,

Thnaks for your reply. I will take look at your suggestion and post
once I get it working fine.

Thanks .

go to Hyperionics.com
and get file box extender

very useful