NEW in 3ds Max 2019: 3ds Max Scene files provide the ability to store custom user data that persists with the file. In MAXScript, this functionality is exposed in the
CustomFileStream and
CustomFileStreamManager interfaces. The
CustomFileStreamManager loads and caches all persistent
CustomFileStream objects from the current 3ds Max scene file on load, and saves them on file save (with some exceptions, see "Flag Values" in the
CustomFileStreamManager topic for more information).
CustomFileStream objects are identified by a unique case-sensitive name of up to 31 characters.
The CustomFileStream interface can be used to query and write data streams from other (not currently loaded) 3ds Max scene files.