ZBrushCentral

zscript does not support non-English?

I have a like “Filename[" est*19968;***2310;***2361;***50577;***1086;***1083;***1080;***1095;.obj"]”,code.It can be manually import from windows explorer*65292;but zscript load have a error. code is from ZBrush record.Thanks! :slight_smile:

No, I don’t think it will if you are hard-coding the file path. It will work OK if you store the path in a variable:

[VarSet, filePath,[FileNameAsk,“OBJ (.obj)|.obj||”,“Please select a file”]]
[If,[StrLength,filePath],
[FileNameSetNext,filePath]
[IPress,Tool:Import]
]

oh no this is the correct text.

test222.jpg
test222.jpg:slight_smile:

Do you have a screen grab of the error dialog box?

zhangligang,
Yes, I answered you. My answer still stands.

import_error_1.jpgimport_error_2.jpg
They are here!

ZScript and zscript recording use ASCII encoding which doesn’t allow for non-English characters. That is why you get the error.