2 #include "AL/usdmaya/Common.h"
4 #include "pxr/usd/usdGeom/xformCommonAPI.h"
20 kRotatePivotTranslate,
53 std::vector<UsdGeomXformOp>::const_iterator it,
54 std::vector<UsdGeomXformOp>::const_iterator end,
55 std::vector<TransformOperation>::iterator output);
bool matchesMayaProfile(std::vector< UsdGeomXformOp >::const_iterator it, std::vector< UsdGeomXformOp >::const_iterator end, std::vector< TransformOperation >::iterator output)
a function to check to see if the incoming transform operations are compatible with the maya transfor...
TransformOperation
An enum describing the type of transformation found in a UsdGeomXformOp.
Definition: TransformOperation.h:16
TransformOperation xformOpToEnum(const std::string &opName)
Convert the textual name of a transformation operation into an easier to handle enum value...