Commit 1a9333b Lucio Moser
committed
1 parent 6d531e4 commit 1a9333b Copy full SHA for 1a9333b
File tree 2 files changed +26
-1
lines changed
2 files changed +26
-1
lines changed Original file line number Diff line number Diff line change
1
+ 8.0.0-a14 :
2
+
3
+ - IECore :
4
+ - Modified BasicPreset so it works with parameters derived from CompoundParameter
5
+ - Added ObjectPool and ComputationCache classes for providing a unified cache mechanism for cortex objects (used in SceneCache and CachedReader).
6
+ - Removed ModelCache class (SceneInterface and SceneCache replaces that entirely).
7
+
8
+ - IECoreMaya :
9
+ - Using the newly added GL lambert shader in the maya GL preview.
10
+ - Added geometry snapping to the SceneShape
11
+ - Optimization on the SceneShape by copying previously rendered GL groups at link locations.
12
+
13
+ - IECoreHoudini :
14
+ - Added support for Cortex loaded geometry in the SceneCache reader.
15
+
16
+ - IECoreGL :
17
+ - IECoreGL::ToGLTextureConverter option to add missing channels.
18
+ - Removed IECoreGL dependency on GLUT
19
+ - Replaced OpenGL 3 function calls with their 2.1 extensions
20
+ - Added a standard lambert shader to IECoreGL::Shader
21
+ - Fixes in Selector object and making it revert state when destroyed.
22
+
23
+ - IECoreRI :
24
+ - Deprecated 3delight hack
25
+
1
26
8.0.0-a13 :
2
27
3
28
- General :
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ SConsignFile()
53
53
ieCoreMajorVersion = 8
54
54
ieCoreMinorVersion = 0
55
55
ieCorePatchVersion = 0
56
- ieCoreVersionSuffix = "a13 " # used for alpha/beta releases. Example: "a1", "b2", etc.
56
+ ieCoreVersionSuffix = "a14 " # used for alpha/beta releases. Example: "a1", "b2", etc.
57
57
58
58
###########################################################################################
59
59
# Command line options
You can’t perform that action at this time.
0 commit comments