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

MAYA125953 worldspace flag for Maya USD export #2708

Merged
merged 1 commit into from
Nov 9, 2022

Commits on Nov 8, 2022

  1. MAYA125953 worldspace flag for Maya USD export

    - Added -worldspace flag to the mayaUSDExport command.
    - Added worldspace flag to the UsdMayaJobExportArgs structure.
    - Added worldspace to the UsdMayaJobExportArgsTokens.
    - Added docs about worldspace flag to the commands read-me.
    - Added default value for the worldspace flag in UsdMayaJobExportArgs.
    - Added worldspace parsing to UsdMayaJobExportArgs.
    - Added worldspace flag to the Python wrapper.
    - Added worldspace flag default to the Python default dict.
    - Fixed the extractVector template function to not be exported since it is inlined.
    - Fixed the UsdMayaExportTranslator to use the root prim options the same way the export command does.
    - Added worldspace flag to the export UI.
    - Don't assume that all new channels have unique names when making their names unique.
    - Walk up the DAG stack to generate the channels for all ancestors when using worldspace flag.
    - Separate channel generation from writing the xform op, to support recursion to generate ancestor.
    - Added tests for the worldspace flag in the unit tests.
    pierrebai-adsk committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    4216aa6 View commit details
    Browse the repository at this point in the history