Go to the source code of this file.
      
        
          | #define USD_SKEL_VALIDATION_ERROR_NAME_TOKENS | 
        
      
 
Value:((missingSkelBindingAPI, "MissingSkelBindingAPI"))                         \
    ((invalidSkelBindingAPIApply, "InvalidSkelBindingAPIApply"))
Tokens representing validation error identifier. 
 
 
      
        
          | #define USD_SKEL_VALIDATOR_KEYWORD_TOKENS   (UsdSkelValidators) | 
        
      
 
Tokens representing keywords associated with any validator in the usdSkel plugin. Clients 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_SKEL_VALIDATOR_NAME_TOKENS | 
        
      
 
Value:((skelBindingApiAppliedValidator,                                          \
      "usdSkelValidators:SkelBindingApiAppliedValidator"))                     \
    ((skelBindingApiValidator, "usdSkelValidators:SkelBindingApiValidator"))
Tokens representing validator names. Note that for plugin provided validators, the names must be prefixed by usdSkelValidators:, which is the name of the usdSkelValidators plugin.