Skip to content

Commit

Permalink
fixing pipeline plugInfo.json doc example
Browse files Browse the repository at this point in the history
Fixes #2346

(Internal change: 2275782)
  • Loading branch information
pixar-oss committed May 15, 2023
1 parent 36516c5 commit c6de274
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions pxr/usd/usdUtils/pipeline.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c6de274

Please sign in to comment.