Hi,
I get a hard crash (no message, just the Crash Reporter, with nothing in the log)
It was working flawlessly in 1.4.0, but not in 1.4.1
It happen during a script launched with the '-r' argument (with or without --gui)
The crash is when trying to access "PhotoScan.app.document.chunk.model.vertices[0].coord"
If I stop my script when using --gui and I type this: "PhotoScan.app.document.chunk.model.vertices[0].coord" I get the crash.
But if I save the project, close it, reopen it, and type it again, no crash, I get the vector I want…
By the way typing PhotoScan.app.document.chunk.model.vertices[0]" won't crash it will echo something like "<PhotoScan.Model.Vertex object at 0x0000000002FAB8B8>" it's only when calling .coord (or .color also)
I can try to make a trimmed script to reproduce it since I don't have the authorization to share the full script.
Thank you.