Page MenuHome

USD: Install USD library via install_deps.sh
ClosedPublic

Authored by Sybren A. Stüvel (sybren) on Dec 24 2019, 12:34 PM.

Details

Summary

This commit adds the download, extract, patch, build, and install of the Universal Scene Description (USD) library to the install_deps.sh script.

It also changes where $BUILDTOOL install will try and find the USD JSON files. The new method uses ${USD_LIBRARY_DIR}, which should be correct in all cases.

Adding @Ray Molenkamp (LazyDodo) as reviewer to look at the use of ${USD_LIBRARY_DIR} to find the JSON files on Windows.

Diff Detail

Repository
rB Blender
Branch
arcpatch-D6478 (branched from master)
Build Status
Buildable 6107
Build 6107: arc lint + arc unit

Event Timeline

  • Updates for windows.

small changes were needed, updated the diff for you, beyond that lgtm on windows.

This revision is now accepted and ready to land.Dec 24 2019, 7:33 PM

Didn’t try code itself, but looks fine from quick check (besides copy/paste error noted below ;) ).

build_files/build_environment/install_deps.sh
2458

USD, not Alembic ;)

  • Rebased on top of current master
  • Copy/Paste error fix