Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sideeffects/houdiniusdbridge
Houdini libraries that must be recompiled to use Houdini with a custom build of the USD library.
https://github.com/sideeffects/houdiniusdbridge
Last synced: 3 days ago
JSON representation
Houdini libraries that must be recompiled to use Houdini with a custom build of the USD library.
- Host: GitHub
- URL: https://github.com/sideeffects/houdiniusdbridge
- Owner: sideeffects
- License: apache-2.0
- Created: 2019-09-24T15:36:26.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-12-17T06:02:58.000Z (6 days ago)
- Last Synced: 2024-12-17T07:19:37.214Z (6 days ago)
- Language: C
- Size: 4.88 MB
- Stars: 95
- Watchers: 29
- Forks: 25
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: license.txt
Awesome Lists containing this project
README
# HoudiniUsdBridge
Houdini libraries that must be recompiled to use Houdini with a custom build of
the USD library.> [!IMPORTANT]
> **The master branch of this repository should never be used.**
>
> Instead, switch the branch that corresponds to the Houdini release for which
> you wish to build the HoudiniUsdBridge. On that branch, search for the tag
> that corresponds to the exact Houdini build number you will be using. If
> there is no exact match, use the tag that is closest to, but lower than, your
> Houdini build number. This is the HoudiniUsdBridge baseline that will be
> compatible with your Houdini build.## Acknowledgements
The USD library on which these libraries are built is created by Pixar:
https://github.com/PixarAnimationStudios/USDSideFX also maintains a fork of this repository:
https://github.com/sideeffects/USDThe code in the `src/houdini/lib/H_USD/gusd` directory of this repository
began as a direct copy of the `third_party/houdini/lib/gusd` directory from
this USD repository, and so still contains the original Pixar copyright
notices.