setLocalTransform#

Fully qualified name: usdex::core::setLocalTransform

bool usdex::core::setLocalTransform(
const pxr::UsdGeomXformable &xformable,
const pxr::GfTransform &transform,
pxr::UsdTimeCode time = pxr::UsdTimeCode::Default(),
)#

Set the local transform of an xformable.

Parameters:
  • xformable – The xformable to set local transform on.

  • transform – The transform value to set.

  • time – Time at which to write the value.

Returns:

A bool indicating if the local transform was set.