Skip to content

Commit

Permalink
Clang format.
Browse files Browse the repository at this point in the history
  • Loading branch information
krickw committed Apr 11, 2022
1 parent fc461ff commit 02dd69d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/usd/translators/jointWriter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -591,8 +591,7 @@ bool PxrUsdTranslators_JointWriter::_WriteRestState()

// Create something reasonable for rest transforms
VtMatrix4dArray restXforms;
if (_GetJointLocalRestTransformsFromBindTransforms(
_skel, restXforms)) {
if (_GetJointLocalRestTransformsFromBindTransforms(_skel, restXforms)) {
UsdMayaWriteUtil::SetAttribute(
_skel.GetRestTransformsAttr(),
restXforms,
Expand Down

0 comments on commit 02dd69d

Please sign in to comment.