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

Added class to provide an API to work with maya transform nodes types #158

Closed
wants to merge 25 commits into from

Commits on May 13, 2020

  1. AL_USDMaya PR Autodesk#989: Added class to provide an API to work wit…

    …h maya transform nodes types
    murphyeoin authored and Rob Bateman committed May 13, 2020
    Configuration menu
    Copy the full SHA
    ab4a231 View commit details
    Browse the repository at this point in the history
  2. tidied up cmake etc so python tests run

    murphyeoin authored and Rob Bateman committed May 13, 2020
    Configuration menu
    Copy the full SHA
    34faf1a View commit details
    Browse the repository at this point in the history
  3. fixed up python tests

    murphyeoin authored and Rob Bateman committed May 13, 2020
    Configuration menu
    Copy the full SHA
    f26d5f1 View commit details
    Browse the repository at this point in the history
  4. fixed strict compiler warnings

    Rob Bateman authored and Rob Bateman committed May 13, 2020
    Configuration menu
    Copy the full SHA
    db4f4f3 View commit details
    Browse the repository at this point in the history
  5. added support for the UsdGeomXformCommonAPI pivot

    Rob Bateman authored and Rob Bateman committed May 13, 2020
    Configuration menu
    Copy the full SHA
    4950c8a View commit details
    Browse the repository at this point in the history
  6. add a fallback API incase no transform profile is matched

    Rob Bateman authored and Rob Bateman committed May 13, 2020
    Configuration menu
    Copy the full SHA
    0779baf View commit details
    Browse the repository at this point in the history
  7. added fallbacks to extract TRS values from the evaluated matrix

    Rob Bateman authored and Rob Bateman committed May 13, 2020
    Configuration menu
    Copy the full SHA
    30e21f1 View commit details
    Browse the repository at this point in the history
  8. prevent failing unit tests due to user-configured optionVar

    Rob Bateman authored and Rob Bateman committed May 13, 2020
    Configuration menu
    Copy the full SHA
    f225694 View commit details
    Browse the repository at this point in the history
  9. moving the MayaTransformAPI from usdutils, into mayaUsdUtils

    Rob Bateman authored and Rob Bateman committed May 13, 2020
    Configuration menu
    Copy the full SHA
    e8649e2 View commit details
    Browse the repository at this point in the history
  10. python bindings now working

    murphyeoin authored and Rob Bateman committed May 13, 2020
    Configuration menu
    Copy the full SHA
    077ca92 View commit details
    Browse the repository at this point in the history
  11. remove temp files later, not at end of setup

    murphyeoin authored and Rob Bateman committed May 13, 2020
    Configuration menu
    Copy the full SHA
    955150c View commit details
    Browse the repository at this point in the history
  12. updated pythonpath to point to python wrapper location

    murphyeoin authored and Rob Bateman committed May 13, 2020
    Configuration menu
    Copy the full SHA
    5938258 View commit details
    Browse the repository at this point in the history
  13. one last segment needed in pythonpath

    murphyeoin authored and Rob Bateman committed May 13, 2020
    Configuration menu
    Copy the full SHA
    8e01f37 View commit details
    Browse the repository at this point in the history
  14. fixed up namespace in python bindings

    Rob Bateman authored and Rob Bateman committed May 13, 2020
    Configuration menu
    Copy the full SHA
    fb011fc View commit details
    Browse the repository at this point in the history
  15. fix test error for undefined member var on test object

    Rob Bateman authored and Rob Bateman committed May 13, 2020
    Configuration menu
    Copy the full SHA
    059e8cc View commit details
    Browse the repository at this point in the history
  16. remove the method getUsdPrimFromMayaPath

    Rob Bateman authored and Rob Bateman committed May 13, 2020
    Configuration menu
    Copy the full SHA
    8f8e277 View commit details
    Browse the repository at this point in the history
  17. expose method to control setting of pushToPrim

    Rob Bateman authored and Rob Bateman committed May 13, 2020
    Configuration menu
    Copy the full SHA
    7872972 View commit details
    Browse the repository at this point in the history
  18. code review feedback

    Rob Bateman authored and Rob Bateman committed May 13, 2020
    Configuration menu
    Copy the full SHA
    84d0268 View commit details
    Browse the repository at this point in the history
  19. moving files around as per PR feedback

    Rob Bateman authored and Rob Bateman committed May 13, 2020
    Configuration menu
    Copy the full SHA
    778894c View commit details
    Browse the repository at this point in the history
  20. added build changes from develop

    Rob Bateman authored and Rob Bateman committed May 13, 2020
    Configuration menu
    Copy the full SHA
    6956ffa View commit details
    Browse the repository at this point in the history
  21. fixed up build against latest Autodesk dev

    Rob Bateman authored and Rob Bateman committed May 13, 2020
    Configuration menu
    Copy the full SHA
    98abfaa View commit details
    Browse the repository at this point in the history
  22. pulling in cmake from develop

    Rob Bateman authored and Rob Bateman committed May 13, 2020
    Configuration menu
    Copy the full SHA
    f1eb0d9 View commit details
    Browse the repository at this point in the history
  23. Revert "pulling in cmake from develop"

    This reverts commit 6faec56.
    Rob Bateman authored and Rob Bateman committed May 13, 2020
    Configuration menu
    Copy the full SHA
    19e1448 View commit details
    Browse the repository at this point in the history
  24. Inject common LD_LIBRARY_PATHs into add_maya_test cmake function

    murphyeoin authored and Rob Bateman committed May 13, 2020
    Configuration menu
    Copy the full SHA
    c868f85 View commit details
    Browse the repository at this point in the history
  25. enable ufe in AL_USDMayaTestPlugin

    Rob Bateman authored and Rob Bateman committed May 13, 2020
    Configuration menu
    Copy the full SHA
    aef427a View commit details
    Browse the repository at this point in the history