File tree Expand file tree Collapse file tree 2 files changed +26
-1
lines changed
Expand file tree Collapse file tree 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+
1268.0.0-a13 :
227
328- General :
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ SConsignFile()
5353ieCoreMajorVersion = 8
5454ieCoreMinorVersion = 0
5555ieCorePatchVersion = 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.
5757
5858###########################################################################################
5959# Command line options
You can’t perform that action at this time.
0 commit comments