Skip to content

Commit 69468c4

Browse files
author
Lucio Moser
committed
Updated Changes and bumped version to 8.0.0a20.
1 parent f188dc5 commit 69468c4

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

Changes

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
1+
# 8.0.0-a20
2+
3+
#### IECore
4+
5+
- Fixed IECore::Lookup for OS X.
6+
- Fixed SceneCache build problem on OS X.
7+
- Fixed unit test in LinkedSceneTest.py ( testLinkBoundTransformMismatch )
8+
9+
#### IECoreGL
10+
11+
- Fixed IECoreGL::PointsPrimitive crash on OS X.
12+
- Removed IECoreGL/Lights.h.
13+
- Removed IECoreGL/GLUT.h
14+
15+
#### IECoreHoudini
16+
17+
- SceneCache OBJ Parameter Reorganization (will cause warnings in existing scenes. these can be ignored)
18+
- Added functions to HoudiniScene: node() and embedded()
19+
- Added click Selection of GR_CortexPrimitives
20+
21+
#### IECoreMaya
22+
23+
- Added FnSceneShape createChild, extracted from expandOnce.
24+
- Changed interface for MayaScene custom attribute callbacks and added bindings for Python.
25+
26+
#### IECoreNuke
27+
28+
- Fixed bug #4837: "Knobs not found" warning messages.
29+
- Fixed artefacts in LensDistort
30+
131
# 8.0.0-a19
232

333
#### IECore

SConstruct

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ SConsignFile()
5353
ieCoreMajorVersion=8
5454
ieCoreMinorVersion=0
5555
ieCorePatchVersion=0
56-
ieCoreVersionSuffix="a19" # used for alpha/beta releases. Example: "a1", "b2", etc.
56+
ieCoreVersionSuffix="a20" # used for alpha/beta releases. Example: "a1", "b2", etc.
5757

5858
###########################################################################################
5959
# Command line options

0 commit comments

Comments
 (0)