Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

migrate remaining relevant pxrUsdTranslators tests to test/lib/usd/translators #756

Merged
merged 6 commits into from
Sep 8, 2020

Conversation

mattyjams
Copy link
Contributor

The pxrUsdTranslators plugin is no more, but a few of the tests that live there exercise translators that are now in core mayaUsd, so these changes move/rename those tests into the test/lib/usd/translators area.

The testPxrUsdTranslators and testPxrUsdTranslatorsUnloadReload tests were fully useless following the removal of the pxrUsdTranslators plugin, and in fact testPxrUsdTranslatorsUnloadReload wasn't even being registered, so those tests were simply deleted.

I also touched up a few bits of documentation in the Pixar plugin to remove references to pxrUsdTranslators and also subtly suggest that people consider using mayaUsdPlugin instead of pxrUsd.

This test previously exercised plugin loading of the pxrUsdTranslators plugin,
which now no longer exists. This test wasn't currently being registered or run
anyway.
The pxrUsdTranslators plugin no longer exists, so this test wasn't actually
testing anything.
…portStroke

This test exercises one of the translators built into mayaUsd for exporting
'stroke' Maya nodes to USD.
…rtScope

This test exercises one of the translators built into mayaUsd for importing and
exporting Maya nodes as UsdGeomScope prims.
…xportMayaInstancer

This test exercises one of the translators built into mayaUsd for Maya
instancers as UsdGeomPointInstancer prims.

This was the final test remaining in the now defunct pxrUsdTranslators plugin,
so that directory in the Pixar plugin can also be removed.
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.
@kxl-adsk kxl-adsk added the unit test Related to unit tests (both python or c++) label Sep 1, 2020
@kxl-adsk kxl-adsk merged commit 864556d into Autodesk:dev Sep 8, 2020
@mattyjams mattyjams deleted the pr/migrate_pxrUsdTranslators_tests branch September 9, 2020 00:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
unit test Related to unit tests (both python or c++)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants