Skip to content

Commit

Permalink
Bumped alpha version and updated Changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewkaufman committed Oct 29, 2014
1 parent 24d4e6b commit 4feb5a5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# 9.0.0-a8

#### IECoreMaya

- Stopped IECoreMaya::LiveScene::readObject() returning null pointers.
- Stopped IECoreMaya::LiveScene::readAttribute() returning null pointers.

#### IECoreRI

- Fixed precision issue with computing the projection matrix for dsm depth remapping, which was causing deep holdout problems.
- Fixed bug when editing cameras when dealing with multiple cameras.

# 9.0.0-a7

#### IECore
Expand Down
2 changes: 1 addition & 1 deletion SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ SConsignFile()
ieCoreMajorVersion=9
ieCoreMinorVersion=0
ieCorePatchVersion=0
ieCoreVersionSuffix="a7" # used for alpha/beta releases. Example: "a1", "b2", etc.
ieCoreVersionSuffix="a8" # used for alpha/beta releases. Example: "a1", "b2", etc.

###########################################################################################
# Command line options
Expand Down

0 comments on commit 4feb5a5

Please sign in to comment.