File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change
1
+ # 8.4.1
2
+
3
+ #### IECore
4
+
5
+ - Compilation patches for Ubuntu 13 and Mint 16
6
+
7
+ #### IECoreMaya
8
+
9
+ - Fixed ToMayaCurveConverter for cubic non periodic curves (it was previously not possible to roundtrip such a curve using the To/From converters).
10
+
11
+ #### IECoreHoudini
12
+
13
+ - Fixed SceneCache ROP crash when a name attr existed, but the name was blank.
14
+
15
+ #### IECoreNuke
16
+
17
+ - Fixed a bug with SceneCacheReader where it wouldn't update correctly when wrapped by a python node.
18
+ - Fixed a bug with SceneCacheReader that was causing flickering artifacts when using animated geo.
19
+ - Fixed a bug with SceneCacheReader for infinite instantiation of Ops due to knob changes during the validate method.
20
+
1
21
# 8.4.0
2
22
3
23
#### IECore
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ SConsignFile()
52
52
53
53
ieCoreMajorVersion = 8
54
54
ieCoreMinorVersion = 4
55
- ieCorePatchVersion = 0
55
+ ieCorePatchVersion = 1
56
56
ieCoreVersionSuffix = "" # used for alpha/beta releases. Example: "a1", "b2", etc.
57
57
58
58
###########################################################################################
You can’t perform that action at this time.
0 commit comments