LucaScheller / VFX-UsdAssetResolver

Usd Asset Resolver Reference Implementations
https://lucascheller.github.io/VFX-UsdAssetResolver/
Apache License 2.0
107 stars 22 forks source link

Make setup.sh work with Python 3.7 Houdini #2

Closed mruegenberg closed 1 year ago

mruegenberg commented 1 year ago

Currently setup.sh assumes Python 3.9. This grabs the actual Houdini Python version via hython and uses that instead.

mruegenberg commented 1 year ago

Needs some extra work to make CMakeLists also agnostic to the Python version