File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed
Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 1+ 10.3.2.1 (relative to 10.3.2.0)
2+ ========
3+
4+ Fixes
5+ -----
6+
7+ - USDScene :
8+ - Fixed reading of Houdini's paired representation of primvars with varying-length arrays per vertex/face (#1233).
9+ - Fixed reading of custom attributes without an authored value. These are now ignored by `attributesNames()` (#1234).
10+
11+ CI
12+ --
13+
14+ - Windows : Added testing of IECoreUSD (#1233).
15+
11610.3.2.0 (relative to 10.3.1.0)
217========
318
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ SConsignFile()
5757ieCoreMilestoneVersion = 10 # for announcing major milestones - may contain all of the below
5858ieCoreMajorVersion = 3 # backwards-incompatible changes
5959ieCoreMinorVersion = 2 # new backwards-compatible features
60- ieCorePatchVersion = 0 # bug fixes
60+ ieCorePatchVersion = 1 # bug fixes
6161ieCoreVersionSuffix = "" # used for alpha/beta releases. Example: "a1", "b2", etc.
6262
6363###########################################################################################
You can’t perform that action at this time.
0 commit comments