Skip to content

Commit 3f468c4

Browse files
committed
Updating changes for 8.0.0-a23
1 parent d7c0f78 commit 3f468c4

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

Changes

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
# 8.0.0-a23
2+
3+
#### IECore
4+
5+
- Added new logos!
6+
7+
#### IECoreGL
8+
9+
- Added IECoreGL::glslVersion() function and python binding
10+
- Added IECoreGL::FrameBuffer::frameBuffer() method
11+
- OpenGL 2.1 compatibility fixes
12+
13+
#### IECoreHoudini
14+
15+
- Added bindings for SceneCacheNode which give access to the SceneInterface directly (or None if invalid)
16+
- HoudiniScene provides python access to registering custom attribute and tag readers
17+
- HoudiniScene now provides access to the world space transformation matrix of the held OBJ node
18+
- Fixing crashes in HoudiniScene when pointing to broken SOPs
19+
- Fixing crashes in SceneCacheWriter when given null attribute data
20+
- Replaced some (but not all) of the misc cow logos with the new Cortex mini-logo
21+
122
# 8.0.0-a22
223

324
#### IECoreHoudini

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="a22" # used for alpha/beta releases. Example: "a1", "b2", etc.
56+
ieCoreVersionSuffix="a23" # used for alpha/beta releases. Example: "a1", "b2", etc.
5757

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

0 commit comments

Comments
 (0)