You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* ARNOLD-16217: Re-process conncetions after sync in update (#2266)
* Add changelog (#2270)
* Fix sampling of instancer matrices after a change of shutter value (#2272)
* resample the instancer matrices if the shutter has changed
* fix incorrect initialization of the node indices array
* add test
* add changelog
* add note
* protect reading the sampled primvars with a lock
---------
Co-authored-by: Ashley Handscomb Retallack <[email protected]>
Co-authored-by: cpichard <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,14 @@
1
1
<!-- SPDX-License-Identifier: Apache-2.0 -->
2
2
# Changelog
3
3
4
-
## Next Feature release
4
+
## Next Bugfix release
5
+
6
+
### Bug fixes
7
+
8
+
-[usd#2269](https://github.com/Autodesk/arnold-usd/issues/2269) - Connections are not processed correctly during hydra procedural updates
9
+
-[usd#2268](https://github.com/Autodesk/arnold-usd/issues/2268) - Reenable instancer motion blur on the first rendered frame by recomputing the transform matrices when the shutter is updated.
10
+
11
+
## [7.4.1.0] - 2025-03-26
5
12
6
13
### Bug fixes
7
14
-[usd#2254](https://github.com/Autodesk/arnold-usd/issues/2254) - Fix bug happening when the number of normal keys is less than the number of point keys.
0 commit comments