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 564bcb5 commit eba8477Copy full SHA for eba8477
Changes
@@ -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
11
# 9.3.0
12
13
#### IECore
SConstruct
@@ -51,7 +51,7 @@ EnsureSConsVersion( 0, 97 )
51
SConsignFile()
52
53
ieCoreMajorVersion=9
54
-ieCoreMinorVersion=3
+ieCoreMinorVersion=4
55
ieCorePatchVersion=0
56
ieCoreVersionSuffix="" # used for alpha/beta releases. Example: "a1", "b2", etc.
57
0 commit comments