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

UsdSkelTokens provides static, efficient TfTokens for use in all public USD API. More...

Public Attributes

const TfToken bindTransforms
 "bindTransforms" More...
 
const TfToken blendShapes
 "blendShapes" More...
 
const TfToken blendShapeWeights
 "blendShapeWeights" 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 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 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.

Member Data Documentation

const std::vector<TfToken> allTokens

A vector of all of the tokens listed above.

Definition at line 150 of file tokens.h.

const TfToken bindTransforms

"bindTransforms"

UsdSkelSkeleton

Definition at line 68 of file tokens.h.

const TfToken blendShapes

"blendShapes"

UsdSkelAnimation

Definition at line 72 of file tokens.h.

const TfToken blendShapeWeights

"blendShapeWeights"

UsdSkelAnimation

Definition at line 76 of file tokens.h.

const TfToken jointNames

"jointNames"

UsdSkelSkeleton

Definition at line 80 of file tokens.h.

const TfToken joints

"joints"

UsdSkelAnimation, UsdSkelSkeleton

Definition at line 84 of file tokens.h.

const TfToken normalOffsets

"normalOffsets"

UsdSkelBlendShape

Definition at line 88 of file tokens.h.

const TfToken offsets

"offsets"

UsdSkelBlendShape

Definition at line 92 of file tokens.h.

const TfToken pointIndices

"pointIndices"

UsdSkelBlendShape

Definition at line 96 of file tokens.h.

const TfToken primvarsSkelGeomBindTransform

"primvars:skel:geomBindTransform"

UsdSkelBindingAPI

Definition at line 100 of file tokens.h.

const TfToken primvarsSkelJointIndices

"primvars:skel:jointIndices"

UsdSkelBindingAPI

Definition at line 104 of file tokens.h.

const TfToken primvarsSkelJointWeights

"primvars:skel:jointWeights"

UsdSkelBindingAPI

Definition at line 108 of file tokens.h.

const TfToken restTransforms

"restTransforms"

UsdSkelSkeleton

Definition at line 112 of file tokens.h.

const TfToken rotations

"rotations"

UsdSkelAnimation

Definition at line 116 of file tokens.h.

const TfToken scales

"scales"

UsdSkelAnimation

Definition at line 120 of file tokens.h.

const TfToken skelAnimationSource

"skel:animationSource"

UsdSkelBindingAPI

Definition at line 124 of file tokens.h.

const TfToken skelBlendShapes

"skel:blendShapes"

UsdSkelBindingAPI

Definition at line 128 of file tokens.h.

const TfToken skelBlendShapeTargets

"skel:blendShapeTargets"

UsdSkelBindingAPI

Definition at line 132 of file tokens.h.

const TfToken skelJoints

"skel:joints"

UsdSkelBindingAPI

Definition at line 136 of file tokens.h.

const TfToken skelSkeleton

"skel:skeleton"

UsdSkelBindingAPI

Definition at line 140 of file tokens.h.

const TfToken translations

"translations"

UsdSkelAnimation

Definition at line 144 of file tokens.h.

const TfToken weight

"weight"

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

Definition at line 148 of file tokens.h.


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