Loading...
Searching...
No Matches
UsdSkelTokensType Class Reference

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

#include <tokens.h>

Public Attributes

const TfToken bindTransforms
 "bindTransforms"
 
const TfToken blendShapes
 "blendShapes"
 
const TfToken blendShapeWeights
 "blendShapeWeights"
 
const TfToken classicLinear
 "classicLinear"
 
const TfToken dualQuaternion
 "dualQuaternion"
 
const TfToken jointNames
 "jointNames"
 
const TfToken joints
 "joints"
 
const TfToken normalOffsets
 "normalOffsets"
 
const TfToken offsets
 "offsets"
 
const TfToken pointIndices
 "pointIndices"
 
const TfToken primvarsSkelGeomBindTransform
 "primvars:skel:geomBindTransform"
 
const TfToken primvarsSkelJointIndices
 "primvars:skel:jointIndices"
 
const TfToken primvarsSkelJointWeights
 "primvars:skel:jointWeights"
 
const TfToken primvarsSkelSkinningMethod
 "primvars:skel:skinningMethod"
 
const TfToken restTransforms
 "restTransforms"
 
const TfToken rotations
 "rotations"
 
const TfToken scales
 "scales"
 
const TfToken skelAnimationSource
 "skel:animationSource"
 
const TfToken skelBlendShapes
 "skel:blendShapes"
 
const TfToken skelBlendShapeTargets
 "skel:blendShapeTargets"
 
const TfToken skelJoints
 "skel:joints"
 
const TfToken skelSkeleton
 "skel:skeleton"
 
const TfToken translations
 "translations"
 
const TfToken weight
 "weight"
 
const TfToken BlendShape
 "BlendShape"
 
const TfToken SkelAnimation
 "SkelAnimation"
 
const TfToken SkelBindingAPI
 "SkelBindingAPI"
 
const TfToken Skeleton
 "Skeleton"
 
const TfToken SkelRoot
 "SkelRoot"
 
const std::vector< TfTokenallTokens
 A vector of all of the tokens listed above.
 

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);
USDSKEL_API TfStaticData< UsdSkelTokensType > UsdSkelTokens
A global variable with static, efficient TfTokens for use in all public USD API.

Definition at line 63 of file tokens.h.

Member Data Documentation

◆ allTokens

const std::vector<TfToken> allTokens

A vector of all of the tokens listed above.

Definition at line 182 of file tokens.h.

◆ bindTransforms

const TfToken bindTransforms

"bindTransforms"

UsdSkelSkeleton

Definition at line 68 of file tokens.h.

◆ BlendShape

const TfToken BlendShape

"BlendShape"

Schema identifer and family for UsdSkelBlendShape

Definition at line 164 of file tokens.h.

◆ blendShapes

const TfToken blendShapes

"blendShapes"

UsdSkelAnimation

Definition at line 72 of file tokens.h.

◆ blendShapeWeights

const TfToken blendShapeWeights

"blendShapeWeights"

UsdSkelAnimation

Definition at line 76 of file tokens.h.

◆ classicLinear

const TfToken classicLinear

"classicLinear"

Fallback value for UsdSkelBindingAPI::GetSkinningMethodAttr()

Definition at line 80 of file tokens.h.

◆ dualQuaternion

const TfToken dualQuaternion

"dualQuaternion"

Possible value for UsdSkelBindingAPI::GetSkinningMethodAttr()

Definition at line 84 of file tokens.h.

◆ jointNames

const TfToken jointNames

"jointNames"

UsdSkelSkeleton

Definition at line 88 of file tokens.h.

◆ joints

const TfToken joints

"joints"

UsdSkelSkeleton, UsdSkelAnimation

Definition at line 92 of file tokens.h.

◆ normalOffsets

const TfToken normalOffsets

"normalOffsets"

UsdSkelBlendShape

Definition at line 96 of file tokens.h.

◆ offsets

const TfToken offsets

"offsets"

UsdSkelBlendShape

Definition at line 100 of file tokens.h.

◆ pointIndices

const TfToken pointIndices

"pointIndices"

UsdSkelBlendShape

Definition at line 104 of file tokens.h.

◆ primvarsSkelGeomBindTransform

const TfToken primvarsSkelGeomBindTransform

"primvars:skel:geomBindTransform"

UsdSkelBindingAPI

Definition at line 108 of file tokens.h.

◆ primvarsSkelJointIndices

const TfToken primvarsSkelJointIndices

"primvars:skel:jointIndices"

UsdSkelBindingAPI

Definition at line 112 of file tokens.h.

◆ primvarsSkelJointWeights

const TfToken primvarsSkelJointWeights

"primvars:skel:jointWeights"

UsdSkelBindingAPI

Definition at line 116 of file tokens.h.

◆ primvarsSkelSkinningMethod

const TfToken primvarsSkelSkinningMethod

"primvars:skel:skinningMethod"

UsdSkelBindingAPI

Definition at line 120 of file tokens.h.

◆ restTransforms

const TfToken restTransforms

"restTransforms"

UsdSkelSkeleton

Definition at line 124 of file tokens.h.

◆ rotations

const TfToken rotations

"rotations"

UsdSkelAnimation

Definition at line 128 of file tokens.h.

◆ scales

const TfToken scales

"scales"

UsdSkelAnimation

Definition at line 132 of file tokens.h.

◆ SkelAnimation

const TfToken SkelAnimation

"SkelAnimation"

Schema identifer and family for UsdSkelAnimation

Definition at line 168 of file tokens.h.

◆ skelAnimationSource

const TfToken skelAnimationSource

"skel:animationSource"

UsdSkelBindingAPI

Definition at line 136 of file tokens.h.

◆ SkelBindingAPI

const TfToken SkelBindingAPI

"SkelBindingAPI"

Schema identifer and family for UsdSkelBindingAPI

Definition at line 172 of file tokens.h.

◆ skelBlendShapes

const TfToken skelBlendShapes

"skel:blendShapes"

UsdSkelBindingAPI

Definition at line 140 of file tokens.h.

◆ skelBlendShapeTargets

const TfToken skelBlendShapeTargets

"skel:blendShapeTargets"

UsdSkelBindingAPI

Definition at line 144 of file tokens.h.

◆ Skeleton

const TfToken Skeleton

"Skeleton"

Schema identifer and family for UsdSkelSkeleton

Definition at line 176 of file tokens.h.

◆ skelJoints

const TfToken skelJoints

"skel:joints"

UsdSkelBindingAPI

Definition at line 148 of file tokens.h.

◆ SkelRoot

const TfToken SkelRoot

"SkelRoot"

Schema identifer and family for UsdSkelRoot

Definition at line 180 of file tokens.h.

◆ skelSkeleton

const TfToken skelSkeleton

"skel:skeleton"

UsdSkelBindingAPI

Definition at line 152 of file tokens.h.

◆ translations

const TfToken translations

"translations"

UsdSkelAnimation

Definition at line 156 of file tokens.h.

◆ weight

const TfToken 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: