HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UsdSkelTokensType Class Reference

#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 PackedJointAnimation
 "PackedJointAnimation" More...
 
const TfToken SkelAnimation
 "SkelAnimation" More...
 
const TfToken SkelBindingAPI
 "SkelBindingAPI" More...
 
const TfToken Skeleton
 "Skeleton" More...
 
const TfToken SkelRoot
 "SkelRoot" More...
 
const std::vector< TfTokenallTokens
 A vector of all of the tokens listed above. More...
 

Detailed Description

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:

gprim.GetMyTokenValuedAttr().Set(UsdSkelTokens->bindTransforms);

Definition at line 63 of file tokens.h.

Constructor & Destructor Documentation

USDSKEL_API UsdSkelTokensType::UsdSkelTokensType ( )

Member Data Documentation

const std::vector<TfToken> UsdSkelTokensType::allTokens

A vector of all of the tokens listed above.

Definition at line 186 of file tokens.h.

const TfToken UsdSkelTokensType::bindTransforms

"bindTransforms"

UsdSkelSkeleton

Definition at line 68 of file tokens.h.

const TfToken UsdSkelTokensType::BlendShape

"BlendShape"

Schema identifer and family for UsdSkelBlendShape

Definition at line 164 of file tokens.h.

const TfToken UsdSkelTokensType::blendShapes

"blendShapes"

UsdSkelAnimation

Definition at line 72 of file tokens.h.

const TfToken UsdSkelTokensType::blendShapeWeights

"blendShapeWeights"

UsdSkelAnimation

Definition at line 76 of file tokens.h.

const TfToken UsdSkelTokensType::classicLinear

"classicLinear"

Fallback value for UsdSkelBindingAPI::GetSkinningMethodAttr()

Definition at line 80 of file tokens.h.

const TfToken UsdSkelTokensType::dualQuaternion

"dualQuaternion"

Possible value for UsdSkelBindingAPI::GetSkinningMethodAttr()

Definition at line 84 of file tokens.h.

const TfToken UsdSkelTokensType::jointNames

"jointNames"

UsdSkelSkeleton

Definition at line 88 of file tokens.h.

const TfToken UsdSkelTokensType::joints

"joints"

UsdSkelSkeleton, UsdSkelAnimation

Definition at line 92 of file tokens.h.

const TfToken UsdSkelTokensType::normalOffsets

"normalOffsets"

UsdSkelBlendShape

Definition at line 96 of file tokens.h.

const TfToken UsdSkelTokensType::offsets

"offsets"

UsdSkelBlendShape

Definition at line 100 of file tokens.h.

const TfToken UsdSkelTokensType::PackedJointAnimation

"PackedJointAnimation"

Schema identifer and family for UsdSkelPackedJointAnimation

Definition at line 168 of file tokens.h.

const TfToken UsdSkelTokensType::pointIndices

"pointIndices"

UsdSkelBlendShape

Definition at line 104 of file tokens.h.

const TfToken UsdSkelTokensType::primvarsSkelGeomBindTransform

"primvars:skel:geomBindTransform"

UsdSkelBindingAPI

Definition at line 108 of file tokens.h.

const TfToken UsdSkelTokensType::primvarsSkelJointIndices

"primvars:skel:jointIndices"

UsdSkelBindingAPI

Definition at line 112 of file tokens.h.

const TfToken UsdSkelTokensType::primvarsSkelJointWeights

"primvars:skel:jointWeights"

UsdSkelBindingAPI

Definition at line 116 of file tokens.h.

const TfToken UsdSkelTokensType::primvarsSkelSkinningMethod

"primvars:skel:skinningMethod"

UsdSkelBindingAPI

Definition at line 120 of file tokens.h.

const TfToken UsdSkelTokensType::restTransforms

"restTransforms"

UsdSkelSkeleton

Definition at line 124 of file tokens.h.

const TfToken UsdSkelTokensType::rotations

"rotations"

UsdSkelAnimation

Definition at line 128 of file tokens.h.

const TfToken UsdSkelTokensType::scales

"scales"

UsdSkelAnimation

Definition at line 132 of file tokens.h.

const TfToken UsdSkelTokensType::SkelAnimation

"SkelAnimation"

Schema identifer and family for UsdSkelAnimation

Definition at line 172 of file tokens.h.

const TfToken UsdSkelTokensType::skelAnimationSource

"skel:animationSource"

UsdSkelBindingAPI

Definition at line 136 of file tokens.h.

const TfToken UsdSkelTokensType::SkelBindingAPI

"SkelBindingAPI"

Schema identifer and family for UsdSkelBindingAPI

Definition at line 176 of file tokens.h.

const TfToken UsdSkelTokensType::skelBlendShapes

"skel:blendShapes"

UsdSkelBindingAPI

Definition at line 140 of file tokens.h.

const TfToken UsdSkelTokensType::skelBlendShapeTargets

"skel:blendShapeTargets"

UsdSkelBindingAPI

Definition at line 144 of file tokens.h.

const TfToken UsdSkelTokensType::Skeleton

"Skeleton"

Schema identifer and family for UsdSkelSkeleton

Definition at line 180 of file tokens.h.

const TfToken UsdSkelTokensType::skelJoints

"skel:joints"

UsdSkelBindingAPI

Definition at line 148 of file tokens.h.

const TfToken UsdSkelTokensType::SkelRoot

"SkelRoot"

Schema identifer and family for UsdSkelRoot

Definition at line 184 of file tokens.h.

const TfToken UsdSkelTokensType::skelSkeleton

"skel:skeleton"

UsdSkelBindingAPI

Definition at line 152 of file tokens.h.

const TfToken UsdSkelTokensType::translations

"translations"

UsdSkelAnimation

Definition at line 156 of file tokens.h.

const TfToken UsdSkelTokensType::weight

"weight"

UsdSkelInbetweenShape - The weight location at which the inbetween shape applies.

Definition at line 160 of file tokens.h.


The documentation for this class was generated from the following file: