Skip to content

Commit eba8477

Browse files
committed
updated changes, bumped to v9.4.0
1 parent 564bcb5 commit eba8477

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

Changes

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# 9.4.0
2+
3+
#### IECore
4+
5+
- Added unit tests for IECore.M33f/M44f indexing
6+
7+
#### IECoreHoudini
8+
9+
- Houdini can now round trip M33f and M44f primvars, including detail attributes/constant primvars.
10+
111
# 9.3.0
212

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

0 commit comments

Comments
 (0)