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-b5
2+
3+ #### IECore
4+
5+ - Improved error reporting in LinkedScene - the main filename is now available in error messages.
6+ - Made RunTimeTyped baseTypeIds() and derivedTypeIds() methods thread safe.
7+
8+ #### IECoreGL
9+
10+ - Added IECoreGL::Selector::push/popIDShader() methods. These replace the now deprecated loadIDShader() method.
11+ - Fixed crashes when selecting curves.
12+
13+ #### IECoreHoudini
14+
15+ - Added SceneCache Transform SOP. This node applies transformations from a SceneCache file directly on the points and primitives at the SOP level.
16+ - FromHoudiniPolygon converter now automatically removes normal primvars when extracting a subdivision mesh.
17+
18+ #### IECoreNuke
19+
20+ - Added DeepImageReader - this allows any deep image type supported by Cortex to be read in Nuke.
21+
122# 8.0.0-b4
223
324#### IECore
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ SConsignFile()
5353ieCoreMajorVersion = 8
5454ieCoreMinorVersion = 0
5555ieCorePatchVersion = 0
56- ieCoreVersionSuffix = "b4 " # used for alpha/beta releases. Example: "a1", "b2", etc.
56+ ieCoreVersionSuffix = "b5 " # 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