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 663c27b commit 5fca8aaCopy full SHA for 5fca8aa
Changes
@@ -1,3 +1,13 @@
1
+# 9.7.1
2
+
3
+#### IECore
4
5
+- LinkedScene : The message for linked ancestor tags is now Debug level instead of Warning.
6
7
+#### IECoreHoudini
8
9
+- Fixed "name" attribute bug in IECoreHoudini::LiveScene, which was triggered by using an attribwrangle on the name attribute.
10
11
# 9.7.0
12
13
#### IECore
SConstruct
@@ -52,7 +52,7 @@ SConsignFile()
52
53
ieCoreMajorVersion=9
54
ieCoreMinorVersion=7
55
-ieCorePatchVersion=0
+ieCorePatchVersion=1
56
ieCoreVersionSuffix="" # used for alpha/beta releases. Example: "a1", "b2", etc.
57
58
###########################################################################################
0 commit comments