![]() |
|
Include dependency graph for validatorTokens.h:Go to the source code of this file.
Macros | |
| #define | USD_SHADE_VALIDATOR_NAME_TOKENS |
| Tokens representing validator names. | |
| #define | USD_SHADE_VALIDATOR_KEYWORD_TOKENS (UsdShadeValidators) |
| Tokens representing keywords associated with any validator in the usdShade plugin. | |
| #define | USD_SHADE_VALIDATION_ERROR_NAME_TOKENS |
| Tokens representing validation error identifier. | |
Functions | |
| TF_DECLARE_PUBLIC_TOKENS (UsdShadeValidatorNameTokens, USDSHADEVALIDATORS_API, USD_SHADE_VALIDATOR_NAME_TOKENS) | |
| TF_DECLARE_PUBLIC_TOKENS (UsdShadeValidatorKeywordTokens, USDSHADEVALIDATORS_API, USD_SHADE_VALIDATOR_KEYWORD_TOKENS) | |
| TF_DECLARE_PUBLIC_TOKENS (UsdShadeValidationErrorNameTokens, USDSHADEVALIDATORS_API, USD_SHADE_VALIDATION_ERROR_NAME_TOKENS) | |
| #define USD_SHADE_VALIDATION_ERROR_NAME_TOKENS |
Tokens representing validation error identifier.
| #define USD_SHADE_VALIDATOR_KEYWORD_TOKENS (UsdShadeValidators) |
Tokens representing keywords associated with any validator in the usdShade plugin.
Cliends can use this to inspect validators contained within a specific keywords, or use these to be added as keywords to any new validator.
| #define USD_SHADE_VALIDATOR_NAME_TOKENS |
Tokens representing validator names.
Note that for plugin provided validators, the names must be prefixed by usdShadeValidators:, which is the name of the usdShadeValidators plugin.