|
HDK
|
#include <UT_ShotBuilderConfig.h>
Public Member Functions | |
| UT_ShotBuilderProjectConfig (const UT_JSONValue &projectInfo) | |
| UT_ShotBuilderProjectConfig (const char *configPath) | |
| void | save () const |
| void | reload () |
Public Attributes | |
| UT_StringHolder | myName |
| UT_StringHolder | myUnitContextOption |
| UT_StringHolder | myProjectDir |
| UT_StringHolder | myProjectPath |
| UT_StringHolder | myRootPrim |
| UT_StringHolder | mySubLayerFormat |
| fpreal | myFPS = theDefaultFPS |
| fpreal | myStartFrame = theDefaultStartFrame |
| fpreal | myEndFrame = theDefaultEndFrame |
| int | myVersionPadding = 0 |
| UT_StringArray | myNonVersionedDirectories |
| UT_StringMap < UT_ShotBuilderUnitConfig > | myUnitConfigs |
Definition at line 71 of file UT_ShotBuilderConfig.h.
| UT_ShotBuilderProjectConfig::UT_ShotBuilderProjectConfig | ( | const UT_JSONValue & | projectInfo | ) |
| UT_ShotBuilderProjectConfig::UT_ShotBuilderProjectConfig | ( | const char * | configPath | ) |
| void UT_ShotBuilderProjectConfig::reload | ( | ) |
| void UT_ShotBuilderProjectConfig::save | ( | ) | const |
| fpreal UT_ShotBuilderProjectConfig::myEndFrame = theDefaultEndFrame |
Definition at line 88 of file UT_ShotBuilderConfig.h.
| fpreal UT_ShotBuilderProjectConfig::myFPS = theDefaultFPS |
Definition at line 86 of file UT_ShotBuilderConfig.h.
| UT_StringHolder UT_ShotBuilderProjectConfig::myName |
Definition at line 80 of file UT_ShotBuilderConfig.h.
| UT_StringArray UT_ShotBuilderProjectConfig::myNonVersionedDirectories |
Definition at line 90 of file UT_ShotBuilderConfig.h.
| UT_StringHolder UT_ShotBuilderProjectConfig::myProjectDir |
Definition at line 82 of file UT_ShotBuilderConfig.h.
| UT_StringHolder UT_ShotBuilderProjectConfig::myProjectPath |
Definition at line 83 of file UT_ShotBuilderConfig.h.
| UT_StringHolder UT_ShotBuilderProjectConfig::myRootPrim |
Definition at line 84 of file UT_ShotBuilderConfig.h.
| fpreal UT_ShotBuilderProjectConfig::myStartFrame = theDefaultStartFrame |
Definition at line 87 of file UT_ShotBuilderConfig.h.
| UT_StringHolder UT_ShotBuilderProjectConfig::mySubLayerFormat |
Definition at line 85 of file UT_ShotBuilderConfig.h.
| UT_StringMap<UT_ShotBuilderUnitConfig> UT_ShotBuilderProjectConfig::myUnitConfigs |
Definition at line 92 of file UT_ShotBuilderConfig.h.
| UT_StringHolder UT_ShotBuilderProjectConfig::myUnitContextOption |
Definition at line 81 of file UT_ShotBuilderConfig.h.
| int UT_ShotBuilderProjectConfig::myVersionPadding = 0 |
Definition at line 89 of file UT_ShotBuilderConfig.h.