diff --git a/CHANGELOG.md b/CHANGELOG.md index 2cb35065d6..cfddb3ebbf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,8 +9,10 @@ ### Bug fixes - [usd#1538](https://github.com/Autodesk/arnold-usd/issues/1538) - Fix triplanar in USD Materialx - [usd#1588](https://github.com/Autodesk/arnold-usd/issues/1588) - Arnold schemas under a point instancer should be hidden +- [usd#1597](https://github.com/Autodesk/arnold-usd/issues/1597) - Fix hdx dependency which was causing issues on linux with husk - [usd#1595](https://github.com/Autodesk/arnold-usd/issues/1595) - Support Arnold RenderVar filters in Hydra + ## [7.2.2.1] - 2023-06-21 ### Bug fixes diff --git a/tools/utils/dependencies.py b/tools/utils/dependencies.py index 20523a8dba..0e979bd0bd 100644 --- a/tools/utils/dependencies.py +++ b/tools/utils/dependencies.py @@ -59,7 +59,6 @@ def render_delegate(env, sources): 'work', 'hf', 'hd', - 'hdx', 'sdf', 'usdImaging', 'usdLux', @@ -109,7 +108,6 @@ def usd_imaging_plugin(env, sources): 'sdr', 'hf', 'hd', - 'hdx', 'usd', 'usdGeom', 'usdImaging',