Skip to content

Commit e119645

Browse files
committed
Updated changes and bumped minor version
1 parent b626dcc commit e119645

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

Changes

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# 8.1.0
2+
3+
#### IECore
4+
5+
- Fixed cropping bug in CameraController::setResolution
6+
- Fixed bug with SceneCache animated object topology.
7+
8+
#### IECoreMaya
9+
10+
- Added create locator functionality to SceneShapes
11+
- Moved create locator methods from ProceduralHolderUI to FnProceduralHolder
12+
- SceneShapes support queries to double attributes
13+
114
# 8.0.0
215

316
#### IECore

SConstruct

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ EnsureSConsVersion( 0, 97 )
5151
SConsignFile()
5252

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

0 commit comments

Comments
 (0)