Is there any way to write a two-dimensional array to a file, maintaining all its intndernal structure and content (in this case, a series of structs)?
I have a script that handles a 2-d array of structs, each of which contains quite a bit of information inclus ding references to scene geometry. It is not practical to convert all this to strings in order to save it as a text file.
Is there some way using Maxscript to save the entire array as a file, and then read it in recreating the entire array? Maybe even with the geometry?
By signal · 2007-03-22