Class for holding options for reading MaterialX from JSON.
More...
Class for holding options for reading MaterialX from JSON.
Options:
- upgradeVersion: Upgrade the MaterialX document to the latest version
Definition at line 50 of file core.py.
◆ __init__()
materialxjson.core.JsonReadOptions.__init__ |
( |
| self | ) |
|
Constructor.
Definition at line 57 of file core.py.
57 def __init__(self):
58 '''
59 @brief Constructor
60 '''
61 self.upgradeVersion = True
62
◆ upgradeVersion
bool materialxjson.core.JsonReadOptions.upgradeVersion = True |
The documentation for this class was generated from the following file: