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!
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]
]
Do you have a screen grab of the error dialog box?
zhangligang,
Yes, I answered you. My answer still stands.
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.