|
| UsdSkelPackedJointAnimation (const UsdPrim &prim=UsdPrim()) |
| Construct a UsdSkelPackedJointAnimation on UsdPrim prim .
|
|
| UsdSkelPackedJointAnimation (const UsdSchemaBase &schemaObj) |
| Construct a UsdSkelPackedJointAnimation on the prim held by schemaObj .
|
|
virtual USDSKEL_API | ~UsdSkelPackedJointAnimation () |
| Destructor.
|
|
| UsdSkelAnimation (const UsdPrim &prim=UsdPrim()) |
| Construct a UsdSkelAnimation on UsdPrim prim .
|
|
| UsdSkelAnimation (const UsdSchemaBase &schemaObj) |
| Construct a UsdSkelAnimation on the prim held by schemaObj .
|
|
virtual USDSKEL_API | ~UsdSkelAnimation () |
| Destructor.
|
|
USDSKEL_API UsdAttribute | GetJointsAttr () const |
| Array of tokens identifying which joints this animation's data applies to.
|
|
USDSKEL_API UsdAttribute | CreateJointsAttr (VtValue const &defaultValue=VtValue(), bool writeSparsely=false) const |
| See GetJointsAttr(), and also Create vs Get Property Methods for when to use Get vs Create.
|
|
USDSKEL_API UsdAttribute | GetTranslationsAttr () const |
| Joint-local translations of all affected joints.
|
|
USDSKEL_API UsdAttribute | CreateTranslationsAttr (VtValue const &defaultValue=VtValue(), bool writeSparsely=false) const |
| See GetTranslationsAttr(), and also Create vs Get Property Methods for when to use Get vs Create.
|
|
USDSKEL_API UsdAttribute | GetRotationsAttr () const |
| Joint-local unit quaternion rotations of all affected joints, in 32-bit precision.
|
|
USDSKEL_API UsdAttribute | CreateRotationsAttr (VtValue const &defaultValue=VtValue(), bool writeSparsely=false) const |
| See GetRotationsAttr(), and also Create vs Get Property Methods for when to use Get vs Create.
|
|
USDSKEL_API UsdAttribute | GetScalesAttr () const |
| Joint-local scales of all affected joints, in 16 bit precision.
|
|
USDSKEL_API UsdAttribute | CreateScalesAttr (VtValue const &defaultValue=VtValue(), bool writeSparsely=false) const |
| See GetScalesAttr(), and also Create vs Get Property Methods for when to use Get vs Create.
|
|
USDSKEL_API UsdAttribute | GetBlendShapesAttr () const |
| Array of tokens identifying which blend shapes this animation's data applies to.
|
|
USDSKEL_API UsdAttribute | CreateBlendShapesAttr (VtValue const &defaultValue=VtValue(), bool writeSparsely=false) const |
| See GetBlendShapesAttr(), and also Create vs Get Property Methods for when to use Get vs Create.
|
|
USDSKEL_API UsdAttribute | GetBlendShapeWeightsAttr () const |
| Array of weight values for each blend shape.
|
|
USDSKEL_API UsdAttribute | CreateBlendShapeWeightsAttr (VtValue const &defaultValue=VtValue(), bool writeSparsely=false) const |
| See GetBlendShapeWeightsAttr(), and also Create vs Get Property Methods for when to use Get vs Create.
|
|
USDSKEL_API bool | GetTransforms (VtMatrix4dArray *xforms, UsdTimeCode time=UsdTimeCode::Default()) const |
| Convenience method for querying resolved transforms at time .
|
|
USDSKEL_API bool | SetTransforms (const VtMatrix4dArray &xforms, UsdTimeCode time=UsdTimeCode::Default()) const |
| Convenience method for setting an array of transforms.
|
|
| UsdTyped (const UsdPrim &prim=UsdPrim()) |
| Construct a UsdTyped on UsdPrim prim .
|
|
| UsdTyped (const UsdSchemaBase &schemaObj) |
| Construct a UsdTyped on the prim held by schemaObj .
|
|
virtual USD_API | ~UsdTyped () |
| Destructor.
|
|
bool | IsConcrete () const |
| Returns whether or not this class corresponds to a concrete instantiable prim type in scene description.
|
|
bool | IsTyped () const |
| Returns whether or not this class inherits from UsdTyped.
|
|
bool | IsAPISchema () const |
| Returns whether this is an API schema or not.
|
|
bool | IsAppliedAPISchema () const |
| Returns whether this is an applied API schema or not.
|
|
bool | IsMultipleApplyAPISchema () const |
| Returns whether this is an applied API schema or not.
|
|
UsdSchemaKind | GetSchemaKind () const |
| Returns the kind of schema this class is.
|
|
USD_API | UsdSchemaBase (const UsdPrim &prim=UsdPrim()) |
| Construct and store prim as the held prim.
|
|
USD_API | UsdSchemaBase (const UsdSchemaBase &otherSchema) |
| Construct and store for the same prim held by otherSchema .
|
|
virtual USD_API | ~UsdSchemaBase () |
| Destructor.
|
|
UsdPrim | GetPrim () const |
| Return this schema object's held prim.
|
|
SdfPath | GetPath () const |
| Shorthand for GetPrim()->GetPath().
|
|
USD_API const UsdPrimDefinition * | GetSchemaClassPrimDefinition () const |
| Return the prim definition associated with this schema instance if one exists, otherwise return null.
|
|
USD_API | operator bool () const |
| Return true if this schema object is compatible with its held prim, false otherwise.
|
|
|
static const UsdSchemaKind | schemaKind = UsdSchemaKind::ConcreteTyped |
| Compile time constant representing what kind of schema this class is.
|
|
static const UsdSchemaKind | schemaKind = UsdSchemaKind::ConcreteTyped |
| Compile time constant representing what kind of schema this class is.
|
|
static const UsdSchemaKind | schemaKind = UsdSchemaKind::AbstractBase |
| Compile time constant representing what kind of schema this class is.
|
|
static const UsdSchemaKind | schemaKind = UsdSchemaKind::AbstractBase |
| Compile time constant representing what kind of schema this class is.
|
|
Deprecated.
Please use SkelAnimation instead.
Definition at line 56 of file packedJointAnimation.h.
Attempt to ensure a UsdPrim adhering to this schema at path
is defined (according to UsdPrim::IsDefined()) on this stage.
If a prim adhering to this schema at path
is already defined on this stage, return that prim. Otherwise author an SdfPrimSpec with specifier == SdfSpecifierDef and this schema's prim type name for the prim at path
at the current EditTarget. Author SdfPrimSpec s with specifier
== SdfSpecifierDef and empty typeName at the current EditTarget for any nonexistent, or existing but not Defined ancestors.
The given path must be an absolute prim path that does not contain any variant selections.
If it is impossible to author any of the necessary PrimSpecs, (for example, in case path cannot map to the current UsdEditTarget's namespace) issue an error and return an invalid UsdPrim.
Note that this method may return a defined prim whose typeName does not specify this schema class, in case a stronger typeName opinion overrides the opinion at the current EditTarget.