Skip to content

Commit f992862

Browse files
committed
updated changes, bumped to v9.6.0
1 parent 4ae3ab4 commit f992862

2 files changed

Lines changed: 32 additions & 1 deletion

File tree

Changes

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,34 @@
1+
# 9.6.0
2+
3+
#### IECore
4+
5+
- Added support for procedurals without bounds
6+
- Fixed time remapping for old style link attributes in LinkedScenes
7+
8+
#### IECoreHoudini
9+
10+
- Fixed crash when converting integer and float list attributes in Houdini
11+
12+
#### IECoreAppleseed
13+
14+
- Fixed attribute stack bug
15+
16+
#### IECoreRI
17+
18+
- Added support for procedurals without bounds
19+
20+
#### IECoreGL
21+
22+
- Added support for procedurals without bounds
23+
24+
#### IECoreArnold
25+
26+
- Added support for procedurals without bounds
27+
28+
#### IECoreMaya
29+
30+
- Optimized IECoreMaya SceneShape expansion
31+
132
# 9.5.0
233

334
#### IECoreNuke

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=9
54-
ieCoreMinorVersion=5
54+
ieCoreMinorVersion=6
5555
ieCorePatchVersion=0
5656
ieCoreVersionSuffix="" # used for alpha/beta releases. Example: "a1", "b2", etc.
5757

0 commit comments

Comments
 (0)