|
1 |
| -10.3.x.x (relative to 10.2.x.x) |
| 1 | +10.3.0.0 (relative to 10.2.3.0) |
2 | 2 | ========
|
3 | 3 |
|
4 | 4 | Improvements
|
5 |
| ----- |
| 5 | +------------ |
6 | 6 |
|
7 |
| -- IECoreArnold : Prepare for multiple universes (#1171) |
8 |
| -- LinkedScene : Path element separators (forward and backslash) are now platform independent. |
| 7 | +- LinkedScene : Path element separators (forward and backslash) are now platform independent (#1193). |
9 | 8 | - Paths are internally stored using forward slash only.
|
10 | 9 | - Paths are returned by `readAttribute` in OS-native format.
|
| 10 | +- IECoreGL : The `render:displayColor` attribute is now passed to the `Cs` parameter of GLSL shaders (#1209). |
| 11 | +- IECoreUSD : Added round-tripping of constant USD primvars through Cortex as attributes with a `render:` prefix (#1188). |
11 | 12 |
|
12 | 13 | Fixes
|
13 | 14 | -----
|
14 | 15 |
|
15 | 16 | - StreamIndexedIO : Fixed memory leak when passing `NullIfMissing` or `ThrowIfMissing` to `directory()` (#1181).
|
16 | 17 | - Build : Fixed build error when running `scons` via Python 3 (#1184).
|
| 18 | +- TBB : Reduced reliance on deprecated TBB features (#1194). |
| 19 | +- IECoreScene tests : Added missing tests for SceneInterface, TransferSmoothSkinningWeightsOp and TypedPrimitiveOp (#1193). |
17 | 20 |
|
18 | 21 | Breaking Changes
|
19 | 22 | ----------------
|
| 23 | + |
| 24 | +- IECoreArnold : Removed. This is now maintained as part of `GafferHQ/gaffer` (#1199). |
20 | 25 | - HeaderGenerator : `machineName`, `systemRelease`, `systemVersion`, may differ from previous versions on Windows. Linux and MacOS are unaffected.
|
21 | 26 | - HeaderGenerator : `nodeName` is no longer converted to all capital letters and may differ from previous versions on Windows. Linux and MacOS are unaffected.
|
22 | 27 |
|
| 28 | +CI |
| 29 | +-- |
| 30 | + |
| 31 | +- Windows : Added testing of IECoreImage, IECoreScene, IECoreAlembic and IECoreVDB (#1183, #1193, #1205, #1206). |
| 32 | +- Migrated build container hosting to the GitHub Container Registry (#1200). |
| 33 | + |
23 | 34 | 10.2.3.0 (relative to 10.2.2.0)
|
24 | 35 | ========
|
25 | 36 |
|
|
45 | 56 |
|
46 | 57 | - CI (#1190) :
|
47 | 58 | - All tests run via GitHub Actions, removed Azure & Appveyor testing.
|
48 |
| - - Windows : Now running core, scene, and image tests. |
| 59 | + - Windows : Added testing of IECore. |
49 | 60 |
|
50 | 61 | 10.2.2.0 (relative to 10.2.1.0)
|
51 | 62 | ========
|
|
0 commit comments