Skip to content

Commit

Permalink
Address feedback: rename wrapMeshUtil to wrapMeshWriteUtils
Browse files Browse the repository at this point in the history
  • Loading branch information
Hamed Sabri committed May 27, 2020
1 parent 1e492f2 commit 45f0f51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/mayaUsd/python/module.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ TF_WRAP_MODULE {
TF_WRAP(BlockSceneModificationContext);
TF_WRAP(ColorSpace);
TF_WRAP(DiagnosticDelegate);
TF_WRAP(MeshUtil);
TF_WRAP(MeshWriteUtils);
TF_WRAP(Query);
TF_WRAP(ReadUtil);
TF_WRAP(RoundTripUtil);
Expand Down
2 changes: 1 addition & 1 deletion lib/mayaUsd/python/wrapMeshWriteUtils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ class DummyScopeClass{};
} // anonymous namespace


void wrapMeshUtil()
void wrapMeshWriteUtils()
{
scope s = class_<DummyScopeClass>("MeshUtil", no_init)

Expand Down

0 comments on commit 45f0f51

Please sign in to comment.