File tree Expand file tree Collapse file tree 2 files changed +28
-1
lines changed Expand file tree Collapse file tree 2 files changed +28
-1
lines changed Original file line number Diff line number Diff line change
1
+ # 9.0.0-a10
2
+
3
+ #### IECore
4
+
5
+ - Fixed GIL bug in python Object creation
6
+ - Added implementation of tbb_hasher for boost::intrusive_ptr
7
+
8
+ #### IECoreGL
9
+
10
+ - Added State::ScopedBinding overload, allowing a binding to be ignored
11
+ - Changed IECoreGL::HitRecord::name field from InternedString to GLuint
12
+ - Added IECoreGL::Selector::loadName() overload to auto-generates names
13
+ - Removed TextureUnits.h
14
+ - Added python bindings for CurvesPrimitive
15
+ - Added python bindings for smoothing state components
16
+ - Added ToGLStateConverter for converting attributes to State objects
17
+ - Fixed crash in ShaderStateComponent::addParametersToShaderSetup()
18
+
19
+ #### Incompatibilities
20
+
21
+ - Changed IECoreGL::HitRecord members
22
+ - Removed IECoreGL/TextureUnits.h
23
+
24
+ #### Build
25
+
26
+ - Fixed compilation for GCC 4.2 on OS X
27
+
1
28
# 9.0.0-a9
2
29
3
30
#### 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 = "a9 " # used for alpha/beta releases. Example: "a1", "b2", etc.
56
+ ieCoreVersionSuffix = "a10 " # 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