Skip to content

Commit

Permalink
Updating Changes for a22
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewkaufman committed Oct 23, 2013
1 parent f334a2f commit 686012a
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
# 8.0.0-a22

#### IECoreHoudini

- ParameterisedHolder SOPs have a nameFilter parm (w/ disable toggle)
- These are used to pre-filter each input geometry (or not if toggled off)
- ProceduralHolder outputs a single CortexObject holding its procedural
- OpHolder operates several times per cook, once for each named input shape
- Shapes matching the filter are operated on, and returned as CortexObjects, maintaining their name
- Shapes not matching are passed through unchanged, whether they were normal geo or CortexObjects
- It can be forced to operate only once by disabling the nameFilter or by passing a single named shape
- CortexConverter SOP now operates in both directions (converting between CortexObjects and native geo)
- It also has a nameFilter, with similar pass-through behaviour as the OpHolder
- Changed interface for HoudiniScene custom attribute callbacks
- SceneCache OBJs pass attributes through to HoudiniScene (and therefor SceneCache ROP)
- Added IECoreHoudini.makeMainGLContextCurrent() which is needed for sharing the GL Context with other applications (like Gaffer)
- Fixed bug in HoudiniScene which was creating phony children when FlatGeometry names were similar, but not exact
- Fixed bug in SceneCache SOP when loading Groups or CoordinateSystems without a transform
- Preventing segmentation faults when reading a corrupt SceneCache file

#### IECoreGL

- Fixed GLSL shaders to work with GLSL version 120 (OpenGL 2.1)

# 8.0.0-a21

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

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

0 comments on commit 686012a

Please sign in to comment.