Skip to content

Commit

Permalink
Added some missing changelog notes.
Browse files Browse the repository at this point in the history
(Internal change: 2239280)
  • Loading branch information
tcauchois authored and pixar-oss committed Jun 25, 2022
1 parent d975046 commit 0cd2f89
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,16 @@
- Added basic support for SampleFilters in RenderSettings in UsdImaging scene
delegate and HdPrman render delegate.
- Removed most of the remaining direct use of OpenGL from UsdImagingGLEngine.
- Updated UsdImagingCameraAdapter::TrackVariability to consider all attributes
on the camera prim.
(PR: [#1797](https://github.com/PixarAnimationStudios/USD/pull/1797))
- Implemented reverse lookup table in instanceAdapter to improve performance.
(PR: [#1740](https://github.com/PixarAnimationStudios/USD/pull/1740))
- Fixed light collection change-tracking.
(PR: [#1653](https://github.com/PixarAnimationStudios/USD/pull/1653))
- Updated UsdImagingPointInstancerAdapter to register velocity and
acceleration primvars.
(PR: [#1849](https://github.com/PixarAnimationStudios/USD/pull/1849))

### Storm

Expand All @@ -59,6 +69,9 @@
- Introduced basic sample filters support with Murk Sample Filter.
- Updated HdPrman_RenderParam API to use new Riley API for setting XPU Devices
to use.
- Fixed support for sharpness per crease edge with subdivs.
- Fixed "depth" AOV to return [0,1] instead of [-1,1], for consistency with
Storm and the expectations of Hdx compositing code.

### usdview

Expand Down

0 comments on commit 0cd2f89

Please sign in to comment.