v1

latestOpenAPI 3.1.02026-07-146965205.7 KB
Prims

Apply Relative Pose

Applies a relative pose to a prim using WandelScript (WS) Cartesian format. This modifies the prim's pose by composing it with the input relative transform. If object_first is True, the prim's pose is applied before the relative transform, otherwise, the relative transform is applied first.

post/prims/poses/relative

Request body

object_firstboolean

If True, apply object's pose first, then relative pose. If False, apply relative pose first.

prim_pathstring required

Prim path of the object

Response

Relative pose set successfully