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 46 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 165 of file tokens.h.

◆ bindTransforms

const TfToken bindTransforms

"bindTransforms"

UsdSkelSkeleton

Definition at line 51 of file tokens.h.

◆ BlendShape

const TfToken BlendShape

"BlendShape"

Schema identifer and family for UsdSkelBlendShape

Definition at line 147 of file tokens.h.

◆ blendShapes

const TfToken blendShapes

"blendShapes"

UsdSkelAnimation

Definition at line 55 of file tokens.h.

◆ blendShapeWeights

const TfToken blendShapeWeights

"blendShapeWeights"

UsdSkelAnimation

Definition at line 59 of file tokens.h.

◆ classicLinear

const TfToken classicLinear

"classicLinear"

Fallback value for UsdSkelBindingAPI::GetSkinningMethodAttr()

Definition at line 63 of file tokens.h.

◆ dualQuaternion

const TfToken dualQuaternion

"dualQuaternion"

Possible value for UsdSkelBindingAPI::GetSkinningMethodAttr()

Definition at line 67 of file tokens.h.

◆ jointNames

const TfToken jointNames

"jointNames"

UsdSkelSkeleton

Definition at line 71 of file tokens.h.

◆ joints

const TfToken joints

"joints"

UsdSkelSkeleton, UsdSkelAnimation

Definition at line 75 of file tokens.h.

◆ normalOffsets

const TfToken normalOffsets

"normalOffsets"

UsdSkelBlendShape

Definition at line 79 of file tokens.h.

◆ offsets

const TfToken offsets

"offsets"

UsdSkelBlendShape

Definition at line 83 of file tokens.h.

◆ pointIndices

const TfToken pointIndices

"pointIndices"

UsdSkelBlendShape

Definition at line 87 of file tokens.h.

◆ primvarsSkelGeomBindTransform

const TfToken primvarsSkelGeomBindTransform

"primvars:skel:geomBindTransform"

UsdSkelBindingAPI

Definition at line 91 of file tokens.h.

◆ primvarsSkelJointIndices

const TfToken primvarsSkelJointIndices

"primvars:skel:jointIndices"

UsdSkelBindingAPI

Definition at line 95 of file tokens.h.

◆ primvarsSkelJointWeights

const TfToken primvarsSkelJointWeights

"primvars:skel:jointWeights"

UsdSkelBindingAPI

Definition at line 99 of file tokens.h.

◆ primvarsSkelSkinningMethod

const TfToken primvarsSkelSkinningMethod

"primvars:skel:skinningMethod"

UsdSkelBindingAPI

Definition at line 103 of file tokens.h.

◆ restTransforms

const TfToken restTransforms

"restTransforms"

UsdSkelSkeleton

Definition at line 107 of file tokens.h.

◆ rotations

const TfToken rotations

"rotations"

UsdSkelAnimation

Definition at line 111 of file tokens.h.

◆ scales

const TfToken scales

"scales"

UsdSkelAnimation

Definition at line 115 of file tokens.h.

◆ SkelAnimation

const TfToken SkelAnimation

"SkelAnimation"

Schema identifer and family for UsdSkelAnimation

Definition at line 151 of file tokens.h.

◆ skelAnimationSource

const TfToken skelAnimationSource

"skel:animationSource"

UsdSkelBindingAPI

Definition at line 119 of file tokens.h.

◆ SkelBindingAPI

const TfToken SkelBindingAPI

"SkelBindingAPI"

Schema identifer and family for UsdSkelBindingAPI

Definition at line 155 of file tokens.h.

◆ skelBlendShapes

const TfToken skelBlendShapes

"skel:blendShapes"

UsdSkelBindingAPI

Definition at line 123 of file tokens.h.

◆ skelBlendShapeTargets

const TfToken skelBlendShapeTargets

"skel:blendShapeTargets"

UsdSkelBindingAPI

Definition at line 127 of file tokens.h.

◆ Skeleton

const TfToken Skeleton

"Skeleton"

Schema identifer and family for UsdSkelSkeleton

Definition at line 159 of file tokens.h.

◆ skelJoints

const TfToken skelJoints

"skel:joints"

UsdSkelBindingAPI

Definition at line 131 of file tokens.h.

◆ SkelRoot

const TfToken SkelRoot

"SkelRoot"

Schema identifer and family for UsdSkelRoot

Definition at line 163 of file tokens.h.

◆ skelSkeleton

const TfToken skelSkeleton

"skel:skeleton"

UsdSkelBindingAPI

Definition at line 135 of file tokens.h.

◆ translations

const TfToken translations

"translations"

UsdSkelAnimation

Definition at line 139 of file tokens.h.

◆ weight

const TfToken weight

"weight"

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

Definition at line 143 of file tokens.h.


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