Hi, I have strange read errors on the Mac, when I try to read in a .ztl I saved.
I made a test script to see what was the problem. I have to say, this works on PC, I have both Mac and PC for debugging scripts and programs.
[IButton, “Zplugin:Savetest Plugin:TestButton”
,“Test button”
,// Commands
[FileNameSetNext, “/Users/Shared/ZBrushData2021/3dcwProjects/Testing/Testing_001.ztl”]
[IPress,Tool:Save As]
// Things I need to do where I need the saving and loading for.
// Until here everything runs OK, it starts with loading it back!
[FileNameSetNext, “/Users/Shared/ZBrushData2021/3dcwProjects/Testing/Testing_001.ztl”]
[IPress,Tool:Load Tool]
,0
,1
]
Now the path exist, and there is read and write permission. Actually the saving is done perfectly. But when It reads back I get these errors.
Why is the reading not working, while it uses exact the same path and filename?
Thank you for the help
David