Skip to content

Commit 6bef1e6

Browse files
committed
Updating changes and bumped minor version.
1 parent 0a3982a commit 6bef1e6

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

Changes

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff 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
16+
117
# 8.4.7
218

319
#### IECore

SConstruct

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ EnsureSConsVersion( 0, 97 )
5151
SConsignFile()
5252

5353
ieCoreMajorVersion=8
54-
ieCoreMinorVersion=4
55-
ieCorePatchVersion=7
54+
ieCoreMinorVersion=5
55+
ieCorePatchVersion=0
5656
ieCoreVersionSuffix="" # used for alpha/beta releases. Example: "a1", "b2", etc.
5757

5858
###########################################################################################

0 commit comments

Comments
 (0)