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

Make no-python build ABI compatible with python build #1729

Commits on Feb 18, 2022

  1. Make no-python build ABI compatible with python build

    This change makes sure client compiling against builds with Python
    support disabled can still run their application with a runtime USD
    with Python enabled.
    
    This is mainly done by wrapping Python binding types in a wrapper
    which has the same size and alignment in no-python builds, using
    pyObjWrapper.h.
    
    Co-authored-by: Martin Bisson <[email protected]>
    foisya-adsk and bissonm committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    15b0f8b View commit details
    Browse the repository at this point in the history