Skip to content

Commit a039550

Browse files
committed
updated changes, bumped to v9.3.0
1 parent e589ef2 commit a039550

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

Changes

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# 9.3.0
2+
3+
#### IECore
4+
5+
- Added const parameterData method to IECore::Light
6+
- Added alternate AreaLight shader control parameter named "__areaLight"
7+
8+
#### IECoreHoudini
9+
10+
- String tables for converted string primitive variables are now sorted alphabetically
11+
- Houdini geo converters now support M44f primvars
12+
113
# 9.2.0
214

315
#### IECoreGL

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

0 commit comments

Comments
 (0)