Skip to content

Commit 2bbeb1e

Browse files
Merge branch '1.6_maintenance'
2 parents a3672d0 + 0c55713 commit 2bbeb1e

2 files changed

Lines changed: 17 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ jobs:
319319
- name: Install RenderMan 26.4
320320
run: |
321321
rm -r "$RMANTREE" # Free up precious disk space from the previous installation
322-
./.github/workflows/main/installRenderMan.py --version 26.4 --dailyBuildDate 2026-06-16 --outputFormat "RMANTREE={rmanTree}" >> $GITHUB_ENV
322+
./.github/workflows/main/installRenderMan.py --version 26.4 --dailyBuildDate 2026-07-16 --outputFormat "RMANTREE={rmanTree}" >> $GITHUB_ENV
323323
shell: bash
324324
env:
325325
RENDERMAN_DOWNLOAD_USER: ${{ secrets.RENDERMAN_DOWNLOAD_USER }}

Changes.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,14 +354,29 @@ Build
354354
- TBB : Updated to version 2021.13.0.
355355
- USD : Updated to version 26.05.
356356

357-
1.6.x.x (relative to 1.6.20.1)
357+
1.6.x.x (relative to 1.6.21.0)
358358
=======
359359

360+
361+
362+
1.6.21.0 (relative to 1.6.20.1)
363+
========
364+
365+
Improvements
366+
------------
367+
368+
- SceneWriter : Added `IECOREUSD_WRITE_CONFORMANT_RENDERMAN_ATTRIBUTES` environment variable. When set to a value of `1`, `ri:` prefixed attributes are written to USD in a format compatible with `hdPrman`, for rendering with RenderMan in `usdview` and other Hydra-based applications.
369+
360370
Fixes
361371
-----
362372

363373
- RenderMan : Fixed handling of V3f data with non-geometric interpretation. Common sources include `float3` primvars and attributes loaded from USD files.
364374

375+
Build
376+
-----
377+
378+
- Cortex : Updated to version 10.6.7.0.
379+
365380
1.6.20.1 (relative to 1.6.20.0)
366381
========
367382

0 commit comments

Comments
 (0)