Skip to content

Commit

Permalink
Updating changes and bumped minor version.
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewkaufman committed Jun 6, 2014
1 parent 0a3982a commit 6bef1e6
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# 8.5.0

#### IECore

- Added python binding for RefCounted::refCount()
- Fixed default ObjectPool for larger sizes

#### IECoreRI

- Changed SHWDeepImageReader to convert depth to standard Z (distance from eye plane), instead of spherical distance from the near clip.
- Changed SHWDeepImageWriter to convert back to spherical distance from the near clip, assuming the incoming DeepPixels represent distance from eye plane.

#### IECoreHoudini

- Fixed bug in SceneCache ROP when re-rooting flattened geo with errors

# 8.4.7

#### IECore
Expand Down
4 changes: 2 additions & 2 deletions SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ EnsureSConsVersion( 0, 97 )
SConsignFile()

ieCoreMajorVersion=8
ieCoreMinorVersion=4
ieCorePatchVersion=7
ieCoreMinorVersion=5
ieCorePatchVersion=0
ieCoreVersionSuffix="" # used for alpha/beta releases. Example: "a1", "b2", etc.

###########################################################################################
Expand Down

0 comments on commit 6bef1e6

Please sign in to comment.