Skip to content

Commit

Permalink
Updated changes and bumped minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewkaufman committed Feb 24, 2014
1 parent b626dcc commit e119645
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# 8.1.0

#### IECore

- Fixed cropping bug in CameraController::setResolution
- Fixed bug with SceneCache animated object topology.

#### IECoreMaya

- Added create locator functionality to SceneShapes
- Moved create locator methods from ProceduralHolderUI to FnProceduralHolder
- SceneShapes support queries to double attributes

# 8.0.0

#### IECore
Expand Down
2 changes: 1 addition & 1 deletion SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ EnsureSConsVersion( 0, 97 )
SConsignFile()

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

Expand Down

0 comments on commit e119645

Please sign in to comment.