File tree Expand file tree Collapse file tree 2 files changed +23
-1
lines changed
Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change 1+ 10.4.0.0a6 (relative to 10.4.0.0a5)
2+ ==========
3+
4+ Improvements
5+ ------------
6+
7+ - USDScene : Added support for reading and writing purpose-based material bindings (#1273).
8+ - IECoreGL::Shader : Added support for buffer samplers (#1264).
9+ - Adopted stricter default compilation flags (#1266).
10+
11+ Fixes
12+ -----
13+
14+ - PointDistribution : Fixed inconsistent distributions between MacOS and Linux. The Linux distribution is now used on all platforms (#1269).
15+ - Fixed compilation with C++17 (#1269, #1265).
16+ - IECoreGL : Fixed build errors on MacOS (#1271).
17+
18+ Breaking Changes
19+ ----------------
20+
21+ - PerlinNoise/Turbulence : Removed. We recommend OpenShadingLanguage's `liboslnoise` instead (#1269).
22+
12310.4.0.0a5 (relative to 10.4.0.0a4)
224==========
325
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ ieCoreMilestoneVersion = 10 # for announcing major milestones - may contain all
5858ieCoreMajorVersion = 4 # backwards-incompatible changes
5959ieCoreMinorVersion = 0 # new backwards-compatible features
6060ieCorePatchVersion = 0 # bug fixes
61- ieCoreVersionSuffix = "a5 " # used for alpha/beta releases. Example: "a1", "b2", etc.
61+ ieCoreVersionSuffix = "a6 " # used for alpha/beta releases. Example: "a1", "b2", etc.
6262
6363###########################################################################################
6464# Command line options
You can’t perform that action at this time.
0 commit comments