We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e589ef2 commit a039550Copy full SHA for a039550
Changes
@@ -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
13
# 9.2.0
14
15
#### IECoreGL
SConstruct
@@ -51,7 +51,7 @@ EnsureSConsVersion( 0, 97 )
51
SConsignFile()
52
53
ieCoreMajorVersion=9
54
-ieCoreMinorVersion=2
+ieCoreMinorVersion=3
55
ieCorePatchVersion=0
56
ieCoreVersionSuffix="" # used for alpha/beta releases. Example: "a1", "b2", etc.
57
0 commit comments