|
MaterialXJSON 1.39.0
|
This module contains the core definitions and utilities for reading and wring MaterialX in JSON format. More...
Go to the source code of this file.
Classes | |
| class | materialxjson.core.JsonWriteOptions |
| Class for holding options for writing MaterialX to JSON. More... | |
| class | materialxjson.core.JsonReadOptions |
| Class for holding options for reading MaterialX from JSON. More... | |
| class | materialxjson.core.MaterialXJson |
| Class for handling read and write of MaterialX from and to JSON. More... | |
| class | materialxjson.core.Util |
| Utility class for MaterialX JSON. More... | |
Variables | |
| str | materialxjson.core.JSON_MIMETYPE_KEY = 'mimetype' |
| str | materialxjson.core.JSON_MIMETYPE = 'application/mtlx+json' |
| str | materialxjson.core.JSON_CATEGORY_NAME_SEPARATOR = ':' |
| str | materialxjson.core.MATERIALX_DOCUMENT_ROOT = 'materialx' |
| str | materialxjson.core.INPUTS_STRING = 'inputs' |
| str | materialxjson.core.OUTPUTS_STRING = 'outputs' |
| str | materialxjson.core.CHILDREN_STRING = 'children' |
This module contains the core definitions and utilities for reading and wring MaterialX in JSON format.
Definition in file core.py.
| str materialxjson.core.JSON_MIMETYPE = 'application/mtlx+json' |