Skip to content

Commit

Permalink
Updating changes for 8.0.0-a23
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewkaufman committed Nov 1, 2013
1 parent d7c0f78 commit 3f468c4
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# 8.0.0-a23

#### IECore

- Added new logos!

#### IECoreGL

- Added IECoreGL::glslVersion() function and python binding
- Added IECoreGL::FrameBuffer::frameBuffer() method
- OpenGL 2.1 compatibility fixes

#### IECoreHoudini

- Added bindings for SceneCacheNode which give access to the SceneInterface directly (or None if invalid)
- HoudiniScene provides python access to registering custom attribute and tag readers
- HoudiniScene now provides access to the world space transformation matrix of the held OBJ node
- Fixing crashes in HoudiniScene when pointing to broken SOPs
- Fixing crashes in SceneCacheWriter when given null attribute data
- Replaced some (but not all) of the misc cow logos with the new Cortex mini-logo

# 8.0.0-a22

#### IECoreHoudini
Expand Down
2 changes: 1 addition & 1 deletion SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ SConsignFile()
ieCoreMajorVersion=8
ieCoreMinorVersion=0
ieCorePatchVersion=0
ieCoreVersionSuffix="a22" # used for alpha/beta releases. Example: "a1", "b2", etc.
ieCoreVersionSuffix="a23" # used for alpha/beta releases. Example: "a1", "b2", etc.

###########################################################################################
# Command line options
Expand Down

0 comments on commit 3f468c4

Please sign in to comment.