From c6de274cc668ba222439e4e9a6991691a9f5c3de Mon Sep 17 00:00:00 2001 From: pixar-oss Date: Mon, 15 May 2023 16:53:38 -0700 Subject: [PATCH] fixing pipeline plugInfo.json doc example Fixes #2346 (Internal change: 2275782) --- pxr/usd/usdUtils/pipeline.h | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/pxr/usd/usdUtils/pipeline.h b/pxr/usd/usdUtils/pipeline.h index 798e2818e2..03ca5635cb 100644 --- a/pxr/usd/usdUtils/pipeline.h +++ b/pxr/usd/usdUtils/pipeline.h @@ -73,19 +73,15 @@ TfToken UsdUtilsGetModelNameFromRootLayer(const SdfLayerHandle& rootLayer); /// UsdUtilsPipeline group like the following: /// \code{json} /// "UsdUtilsPipeline": { -/// "RegisteredVariantSets": [ +/// "RegisteredVariantSets": { /// "modelingVariant": { -/// "selectionExportPolicy": { -/// "always" -/// } +/// "selectionExportPolicy": "always" /// }, /// "standin": { -/// "selectionExportPolicy": { -/// "never" -/// } +/// "selectionExportPolicy": "never" /// } -/// ] -/// } +/// } +/// } /// \endcode /// /// After the above variantSets are registered, this will then load any plugin