Skip to content

Commit 29ab467

Browse files
committed
Bumped patch version and updated changes
1 parent 9dbb8ba commit 29ab467

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

Changes

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
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+
121
# 8.4.0
222

323
#### IECore

SConstruct

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ SConsignFile()
5252

5353
ieCoreMajorVersion=8
5454
ieCoreMinorVersion=4
55-
ieCorePatchVersion=0
55+
ieCorePatchVersion=1
5656
ieCoreVersionSuffix="" # used for alpha/beta releases. Example: "a1", "b2", etc.
5757

5858
###########################################################################################

0 commit comments

Comments
 (0)