diff --git a/README.md b/README.md index df7a6311fc..9c1200837b 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,4 @@ Animal Logic forum is [here](https://groups.google.com/forum/#!forum/al_usdmaya- + [Building](doc/build.md) + [Coding guidelines](doc/codingGuidelines.md) + [License](doc/LICENSE.md) -+ [MayaToHydra](doc/MayaToHydra.md) -+ [Common Plug-in Base Commands](lib/mayaUsd/commands/Readme.md) -+ [Getting Started with USD in Maya 2022](https://help.autodesk.com/view/MAYAUL/2022/ENU/?guid=GUID-36CFE2C3-766F-4B00-8464-E94F95E7AF4B) ++ [Plugins documentation](README_DOC.md) diff --git a/README_DOC.md b/README_DOC.md new file mode 100644 index 0000000000..385011d4c9 --- /dev/null +++ b/README_DOC.md @@ -0,0 +1,13 @@ +## Plugin Documentation ++ [Getting Started with USD in Maya 2022](https://help.autodesk.com/view/MAYAUL/2022/ENU/?guid=GUID-36CFE2C3-766F-4B00-8464-E94F95E7AF4B) + + +## Core Modules ++ [Common Plug-in Base Commands](lib/mayaUsd/commands/Readme.md) ++ [Managing Translation Options](lib/mayaUsd/fileio/doc/Managing_export_options_via_JobContext_in_Python.md) ++ [SchemaAPI Translators](lib/mayaUsd/fileio/doc/SchemaAPI_Import_Export_in_Python.md) ++ [UFE Transform](lib/mayaUsd/ufe/UsdTransform3d.md) ++ [Undo/Redo Support](lib/mayaUsd/undo/README.md) ++ [MaterialX](doc/MaterialX.md) ++ [MaterialX Code Gen](lib/mayaUsd/render/MaterialXGenOgsXml/README.md) ++ [MayaToHydra](doc/MayaToHydra.md) diff --git a/doc/MaterialX.md b/doc/MaterialX.md index 4b5a8d70b3..9d61de9e1e 100644 --- a/doc/MaterialX.md +++ b/doc/MaterialX.md @@ -77,7 +77,7 @@ Once the updated plugin is in use, the viewport will automatically select Materi ### Building a MaterialX-enabled USD compatible with MayaUSD -We currently use MaterialX 1.38.3 and USD 20.11. Combining these two together requires patching USD: +We currently use MaterialX 1.38.3 and USD 21.11. Combining these two together requires patching USD: ``` git checkout tags/v21.11