HDK
|
#include <tokens.h>
Public Member Functions | |
USDSKEL_API | UsdSkelTokensType () |
Public Attributes | |
const TfToken | bindTransforms |
"bindTransforms" More... | |
const TfToken | blendShapes |
"blendShapes" More... | |
const TfToken | blendShapeWeights |
"blendShapeWeights" More... | |
const TfToken | classicLinear |
"classicLinear" More... | |
const TfToken | dualQuaternion |
"dualQuaternion" More... | |
const TfToken | jointNames |
"jointNames" More... | |
const TfToken | joints |
"joints" More... | |
const TfToken | normalOffsets |
"normalOffsets" More... | |
const TfToken | offsets |
"offsets" More... | |
const TfToken | pointIndices |
"pointIndices" More... | |
const TfToken | primvarsSkelGeomBindTransform |
"primvars:skel:geomBindTransform" More... | |
const TfToken | primvarsSkelJointIndices |
"primvars:skel:jointIndices" More... | |
const TfToken | primvarsSkelJointWeights |
"primvars:skel:jointWeights" More... | |
const TfToken | primvarsSkelSkinningMethod |
"primvars:skel:skinningMethod" More... | |
const TfToken | restTransforms |
"restTransforms" More... | |
const TfToken | rotations |
"rotations" More... | |
const TfToken | scales |
"scales" More... | |
const TfToken | skelAnimationSource |
"skel:animationSource" More... | |
const TfToken | skelBlendShapes |
"skel:blendShapes" More... | |
const TfToken | skelBlendShapeTargets |
"skel:blendShapeTargets" More... | |
const TfToken | skelJoints |
"skel:joints" More... | |
const TfToken | skelSkeleton |
"skel:skeleton" More... | |
const TfToken | translations |
"translations" More... | |
const TfToken | weight |
"weight" More... | |
const TfToken | BlendShape |
"BlendShape" More... | |
const TfToken | SkelAnimation |
"SkelAnimation" More... | |
const TfToken | SkelBindingAPI |
"SkelBindingAPI" More... | |
const TfToken | Skeleton |
"Skeleton" More... | |
const TfToken | SkelRoot |
"SkelRoot" More... | |
const std::vector< TfToken > | allTokens |
A vector of all of the tokens listed above. More... | |
UsdSkelTokens provides static, efficient TfTokens for use in all public USD API.
These tokens are auto-generated from the module's schema, representing property names, for when you need to fetch an attribute or relationship directly by name, e.g. UsdPrim::GetAttribute(), in the most efficient manner, and allow the compiler to verify that you spelled the name correctly.
UsdSkelTokens also contains all of the allowedTokens values declared for schema builtin attributes of 'token' scene description type. Use UsdSkelTokens like so:
USDSKEL_API UsdSkelTokensType::UsdSkelTokensType | ( | ) |
const std::vector<TfToken> UsdSkelTokensType::allTokens |
const TfToken UsdSkelTokensType::bindTransforms |
const TfToken UsdSkelTokensType::BlendShape |
"BlendShape"
Schema identifer and family for UsdSkelBlendShape
const TfToken UsdSkelTokensType::blendShapes |
const TfToken UsdSkelTokensType::blendShapeWeights |
const TfToken UsdSkelTokensType::classicLinear |
"classicLinear"
Fallback value for UsdSkelBindingAPI::GetSkinningMethodAttr()
const TfToken UsdSkelTokensType::dualQuaternion |
"dualQuaternion"
Possible value for UsdSkelBindingAPI::GetSkinningMethodAttr()
const TfToken UsdSkelTokensType::jointNames |
const TfToken UsdSkelTokensType::joints |
const TfToken UsdSkelTokensType::normalOffsets |
const TfToken UsdSkelTokensType::offsets |
const TfToken UsdSkelTokensType::pointIndices |
const TfToken UsdSkelTokensType::primvarsSkelGeomBindTransform |
const TfToken UsdSkelTokensType::primvarsSkelJointIndices |
const TfToken UsdSkelTokensType::primvarsSkelJointWeights |
const TfToken UsdSkelTokensType::primvarsSkelSkinningMethod |
const TfToken UsdSkelTokensType::restTransforms |
const TfToken UsdSkelTokensType::rotations |
const TfToken UsdSkelTokensType::scales |
const TfToken UsdSkelTokensType::SkelAnimation |
"SkelAnimation"
Schema identifer and family for UsdSkelAnimation
const TfToken UsdSkelTokensType::skelAnimationSource |
const TfToken UsdSkelTokensType::SkelBindingAPI |
"SkelBindingAPI"
Schema identifer and family for UsdSkelBindingAPI
const TfToken UsdSkelTokensType::skelBlendShapes |
const TfToken UsdSkelTokensType::skelBlendShapeTargets |
const TfToken UsdSkelTokensType::Skeleton |
const TfToken UsdSkelTokensType::skelJoints |
const TfToken UsdSkelTokensType::SkelRoot |
const TfToken UsdSkelTokensType::skelSkeleton |
const TfToken UsdSkelTokensType::translations |
const TfToken UsdSkelTokensType::weight |
"weight"
UsdSkelInbetweenShape - The weight location at which the inbetween shape applies.