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
Copy file name to clipboardExpand all lines: Changes
+16Lines changed: 16 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,19 @@
1
+
# 8.5.0
2
+
3
+
#### IECore
4
+
5
+
- Added python binding for RefCounted::refCount()
6
+
- Fixed default ObjectPool for larger sizes
7
+
8
+
#### IECoreRI
9
+
10
+
- Changed SHWDeepImageReader to convert depth to standard Z (distance from eye plane), instead of spherical distance from the near clip.
11
+
- Changed SHWDeepImageWriter to convert back to spherical distance from the near clip, assuming the incoming DeepPixels represent distance from eye plane.
12
+
13
+
#### IECoreHoudini
14
+
15
+
- Fixed bug in SceneCache ROP when re-rooting flattened geo with errors
0 commit comments