-
Notifications
You must be signed in to change notification settings - Fork 202
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove references in documentation to defunct pxrUsdTranslators plugin
Besides removing references to the now non-existent pxrUsdTranslators plugin, this also adjusts some of the language in the Pixar plugin documentation to suggest favoring the mayaUsd library and the mayaUsdPlugin over pxrUsd.
- Loading branch information
Showing
3 changed files
with
11 additions
and
47 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,19 @@ | ||
/*! | ||
\page usd_maya_plugin_pxrUsd_page_front PxrUsd : Main USD plugin for Maya | ||
\page usd_maya_plugin_pxrUsd_page_front PxrUsd : Pixar's USD plugin for Maya | ||
\if ( PIXAR_MFB_BUILD ) | ||
\mainpage PxrUsd : Main USD plugin for Maya | ||
\mainpage PxrUsd : Pixar's USD plugin for Maya | ||
\publicLib | ||
\endif | ||
|
||
## Overview | ||
|
||
This is the main plugin that registers USD functionality in Maya, including | ||
import and export commands, as well as USD nodes such as the reference assembly | ||
and proxy shape. | ||
This is the plugin that registers Pixar's USD functionality in Maya, including | ||
import and export commands, as well as USD nodes such as Pixar's USD reference | ||
assembly and the Pixar-specific USD proxy shape. | ||
|
||
The core reusable logic is implemented in the | ||
\ref usd_maya_lib_usdMaya_page_front "UsdMaya library". Translation | ||
functionality for built-in Maya types is automatically loaded from the | ||
\ref usd_maya_plugin_pxrUsdTranslators_page_front "pxrUsdTranslators plugin" | ||
when needed. | ||
The majority of the functionality has been absorbed into the core mayaUsd | ||
library, and the "mayaUsdPlugin" should be favored over "pxrUsd". What remains | ||
in the Pixar plugin is implemented in the | ||
\ref usd_maya_lib_usdMaya_page_front "UsdMaya library". | ||
|
||
*/ |