File tree Expand file tree Collapse file tree 2 files changed +22
-1
lines changed
Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ SConsignFile()
5353ieCoreMajorVersion = 8
5454ieCoreMinorVersion = 0
5555ieCorePatchVersion = 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
You can’t perform that action at this time.
0 commit comments