Remove pedantic designated initializers in USD parsing.
PiperOrigin-RevId: 784544836 Change-Id: Ie36136b2a0b8105ccb4a4679883120638ec80699
This commit is contained in:
committed by
Copybara-Service
parent
e92ce30732
commit
46b713ef2d
@@ -177,7 +177,7 @@ ExtractedPrims ExtractPrims(pxr::UsdStageRefPtr stage) {
|
||||
it.PruneChildren();
|
||||
}
|
||||
}
|
||||
return {.nodes = std::move(nodes), .joints = std::move(joints)};
|
||||
return {std::move(nodes), std::move(joints)};
|
||||
}
|
||||
|
||||
std::unique_ptr<Node> BuildKinematicTree(const pxr::UsdStageRefPtr stage) {
|
||||
|
||||
Reference in New Issue
Block a user