USD for Maya v0.14.0 Release Notes

USD version 0.14.0 is a public beta release. Visit the official Autodesk MayaUSD GitHub repository to obtain this version or any subsequent releases.

Highlights

This release includes the following improvements:

What's Fixed

General Fixed Issues
USD instances hidden by isolate select are pickable in the viewport MAYA-114397
Framing USD objects while in Isolate Select mode doesn't work MAYA-114149

Known Limitations

The following list of limitations remains in flux as development is ongoing.

USD stage creation workflow limitations

See Create a USD stage for more information

USD import and export workflow limitations

See USD import options and USD export options for more information

USD materials workflow limitations

See USD import options for more information

Loading the latest MayaUSD plug-in will provide the `UsdPreviewSurface` shader node. Loading a previous version of the plug-in will provide a `pxrUsdPreviewSurface` shader node. While both materials can import and export intrinsically to USD, loading both plugins into the same file will provide both nodes and create backward compatibility issues. The two nodes will correctly export to `UsdPreviewSurface`, but importing the scene back into Maya will choose the first registered node (ie. selection is dependent on plug-in load order).

-    **Workaround**: Have *only one* of the two aforementioned plug-ins loaded in Maya **or** ensure the *first* loaded plug-in is the preferred selection.