Skip to content

Commit

Permalink
Fix linux compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
barbalt committed Oct 9, 2024
1 parent 5ffceec commit cc082a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/mayaUsd/fileio/translators/translatorBlendShape.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,8 @@ bool UsdMayaTranslatorBlendShape::Read(const UsdPrim& meshPrim, UsdMayaPrimReade
CHECK_MSTATUS_AND_RETURN(status, false)
MFnDependencyNode blendShapeDepNodeFn;
blendShapeDepNodeFn.setObject(blendShapeObj);
blendShapeDepNodeFn.setName(
MString(TfStringPrintf("%s_Deformer", meshPrim.GetPath().GetElementString()).c_str()));
blendShapeDepNodeFn.setName(MString(
TfStringPrintf("%s_Deformer", meshPrim.GetPath().GetElementString().c_str()).c_str()));

MObject deformedMeshObject;
VtVec3fArray deltaPoints, deltaNormals;
Expand Down

0 comments on commit cc082a0

Please sign in to comment.