File tree Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Original file line number Diff line number Diff line change
1
+ # 9.2.0
2
+
3
+ #### IECoreGL
4
+
5
+ - Added ShaderStateComponent::hash() method.
6
+ - Fixed wireframe rendering with user vertex shaders.
7
+ - Fixed IDRender selection with user vertex shaders.
8
+ - Fixed selection with custom vertex shaders on OSX.
9
+
10
+ #### IECoreAppleseed
11
+
12
+ - Added default render params needed by interactive final rendering.
13
+ - Fix display when used with the ImageDisplayDriver driver type.
14
+
15
+ #### IECoreHoudini
16
+
17
+ - Removed deep RAT support for Houdini 15 (it is still there for older Houdini versions)
18
+
19
+ #### Build
20
+
21
+ - Houdini 15 compatibility
22
+ - Fixed build issue for running 3delight inside Maya at IE
23
+
1
24
# 9.1.0
2
25
3
26
#### IECoreAppleseed
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ EnsureSConsVersion( 0, 97 )
51
51
SConsignFile ()
52
52
53
53
ieCoreMajorVersion = 9
54
- ieCoreMinorVersion = 1
54
+ ieCoreMinorVersion = 2
55
55
ieCorePatchVersion = 0
56
56
ieCoreVersionSuffix = "" # used for alpha/beta releases. Example: "a1", "b2", etc.
57
57
You can’t perform that action at this time.
0 commit comments