File tree Expand file tree Collapse file tree 2 files changed +31
-1
lines changed Expand file tree Collapse file tree 2 files changed +31
-1
lines changed Original file line number Diff line number Diff line change
1
+ # 8.0.0-a20
2
+
3
+ #### IECore
4
+
5
+ - Fixed IECore::Lookup for OS X.
6
+ - Fixed SceneCache build problem on OS X.
7
+ - Fixed unit test in LinkedSceneTest.py ( testLinkBoundTransformMismatch )
8
+
9
+ #### IECoreGL
10
+
11
+ - Fixed IECoreGL::PointsPrimitive crash on OS X.
12
+ - Removed IECoreGL/Lights.h.
13
+ - Removed IECoreGL/GLUT.h
14
+
15
+ #### IECoreHoudini
16
+
17
+ - SceneCache OBJ Parameter Reorganization (will cause warnings in existing scenes. these can be ignored)
18
+ - Added functions to HoudiniScene: node() and embedded()
19
+ - Added click Selection of GR_CortexPrimitives
20
+
21
+ #### IECoreMaya
22
+
23
+ - Added FnSceneShape createChild, extracted from expandOnce.
24
+ - Changed interface for MayaScene custom attribute callbacks and added bindings for Python.
25
+
26
+ #### IECoreNuke
27
+
28
+ - Fixed bug #4837: "Knobs not found" warning messages.
29
+ - Fixed artefacts in LensDistort
30
+
1
31
# 8.0.0-a19
2
32
3
33
#### IECore
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 = "a19 " # used for alpha/beta releases. Example: "a1", "b2", etc.
56
+ ieCoreVersionSuffix = "a20 " # 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