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 7f0dfa3 commit 41deca3Copy full SHA for 41deca3
Changes
@@ -1,3 +1,13 @@
1
+# 8.4.6
2
+
3
+#### IECore
4
5
+- Removed unnecessary overhead from Object::copy().
6
7
+#### IECoreHoudini
8
9
+- Fixing crash in SceneCache ROP todo with "scene:visible" attribute.
10
11
# 8.4.5
12
13
#### IECore
SConstruct
@@ -52,7 +52,7 @@ SConsignFile()
52
53
ieCoreMajorVersion=8
54
ieCoreMinorVersion=4
55
-ieCorePatchVersion=5
+ieCorePatchVersion=6
56
ieCoreVersionSuffix="" # used for alpha/beta releases. Example: "a1", "b2", etc.
57
58
###########################################################################################
0 commit comments