File tree Expand file tree Collapse file tree 2 files changed +32
-1
lines changed Expand file tree Collapse file tree 2 files changed +32
-1
lines changed Original file line number Diff line number Diff line change
1
+ # 9.0.0-b2
2
+
3
+ #### IECore
4
+
5
+ - Removed SimpleSubsurface
6
+ - Removed Marschner code
7
+ - Removed HitMissTransform
8
+ - Removed TypeInfoCmp
9
+ - Removed UniformRandomPointDistributionOp
10
+ - Removed MappedRandomPointDistributionOp
11
+ - Removed AttributeCache
12
+ - Removed InterpolatedCache
13
+ - Removed spherical harmonics code
14
+ - Removed FileExampiners
15
+ - Improved MurmurHash performance
16
+
17
+ #### IECoreGL
18
+
19
+ - Added mip mapping to ColorTexture.
20
+
21
+ #### IECoreAppleseed
22
+
23
+ - Added visibility attributes support.
24
+ - Fixed bug converting OSL int shader parameters.
25
+
26
+ #### Build
27
+
28
+ - Windows build fixes.
29
+ - Updated default build arguments to work with standard packages on Ubuntu 12.04.
30
+ - Configured Travis automated testing.
31
+
1
32
# 9.0.0-b1
2
33
3
34
#### IECore
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ SConsignFile()
53
53
ieCoreMajorVersion = 9
54
54
ieCoreMinorVersion = 0
55
55
ieCorePatchVersion = 0
56
- ieCoreVersionSuffix = "b1 " # used for alpha/beta releases. Example: "a1", "b2", etc.
56
+ ieCoreVersionSuffix = "b2 " # 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