API for reading and writing the .ass scene file format. More...
Go to the source code of this file.
Functions | |
| AI_API AI_DEPRECATED int | AiASSWrite (AtUniverse *universe, const char *filename, int mask=AI_NODE_ALL, bool open_procs=false, bool binary=true) |
| Write all nodes in the given universe to an .ass file. More... | |
| AI_API AI_DEPRECATED int | AiASSWriteWithMetadata (AtUniverse *universe, const char *filename, int mask=AI_NODE_ALL, bool open_procs=false, bool binary=true, const AtMetadataStore *mds=NULL) |
| Write all nodes in a given universe to an .ass file, including metadata. More... | |
| AI_API AI_DEPRECATED int | AiASSLoad (AtUniverse *universe, const char *filename, int mask=AI_NODE_ALL) |
| Load all nodes from an .ass file into a specific Arnold universe. More... | |
API for reading and writing the .ass scene file format.