We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e92ce30 commit 46b713eCopy full SHA for 46b713e
src/experimental/usd/kinematic_tree.cc
@@ -177,7 +177,7 @@ ExtractedPrims ExtractPrims(pxr::UsdStageRefPtr stage) {
177
it.PruneChildren();
178
}
179
180
- return {.nodes = std::move(nodes), .joints = std::move(joints)};
+ return {std::move(nodes), std::move(joints)};
181
182
183
std::unique_ptr<Node> BuildKinematicTree(const pxr::UsdStageRefPtr stage) {
0 commit comments