File tree Expand file tree Collapse file tree 2 files changed +26
-1
lines changed
Expand file tree Collapse file tree 2 files changed +26
-1
lines changed Original file line number Diff line number Diff line change 1+ 10.3.2.0 (relative to 10.3.1.0)
2+ ========
3+
4+ Improvements
5+ ------------
6+
7+ - ShaderNetwork : Added `_copy` argument to `getShader()` binding (#1228).
8+ - ShaderNetworkAlgo : Added `addComponentConnectionAdapters()` and
9+ `removeComponentConnectionAdapters()` (#1228).
10+
11+ Fixes
12+ -----
13+
14+ - USD :
15+ - Fixed export of shading networks containing component-level connections (#1228).
16+ - Fixed compilation with USD 20.08 (#1226).
17+
18+ Build
19+ -----
20+
21+ - Windows :
22+ - Defaulted to `O2` optimisation level (previously `Ox`) (#1224).
23+ - Added RenderMan display driver to build (#1225).
24+ - CI : Updated to GafferHQ/dependencies 4.0.0 (#1227).
25+
12610.3.1.0 (relative to 10.3.0.0)
227========
328
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ SConsignFile()
5656
5757ieCoreMilestoneVersion = 10 # for announcing major milestones - may contain all of the below
5858ieCoreMajorVersion = 3 # backwards-incompatible changes
59- ieCoreMinorVersion = 1 # new backwards-compatible features
59+ ieCoreMinorVersion = 2 # new backwards-compatible features
6060ieCorePatchVersion = 0 # bug fixes
6161ieCoreVersionSuffix = "" # used for alpha/beta releases. Example: "a1", "b2", etc.
6262
You can’t perform that action at this time.
0 commit comments