Skip to content

Commit

Permalink
update the comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lilike-adsk committed Oct 2, 2024
1 parent 42dc7ed commit 00d4442
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,7 @@ void AdskHydraSceneBrowserTestFixture::CompareValueContent(const pxr::VtValue& v
#else
if (value.IsHolding<pxr::SdfPathVector>()) {
// Special case for SdfPathVector.
// See https://github.com/PixarAnimationStudios/OpenUSD/commit/1d19b1d
pxr::SdfPathVector paths = value.Get<pxr::SdfPathVector>();
for (pxr::SdfPath const& path : paths) {
valueStream << path << "\n";
Expand Down

0 comments on commit 00d4442

Please sign in to comment.