File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed
Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 1+ 10.4.1.0 (relative to 10.4.0.0)
2+ ========
3+
4+ Improvements
5+ ------------
6+
7+ - IECoreGL::Shader : Added support for 1D and 2D textures in `addUniformParameter()` (#1282).
8+ - USDScene : Added loading of `treatAsPoint` and `treatAsLine` attributes from UsdLux lights (#1283).
9+ - AlembicScene : Added support for visibility attribute (#1288).
10+
11+ Fixes
12+ -----
13+
14+ - Windows : Fixed compilation with MSVC 2019 (#1281).
15+ - USDScene : Fixed shader type for UsdLux lights. It is now `light` rather than `surface` (#1283).
16+ - IECoreGL::Shader : Fixed unnecessary accumulation of memory when uniform values are changed (#1284).
17+ - IECoreGL::Buffer : Fixed export of ScopedBinding class (#1287).
18+
11910.4.0.0
220========
321
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 = 4 # backwards-incompatible changes
59- ieCoreMinorVersion = 0 # new backwards-compatible features
59+ ieCoreMinorVersion = 1 # 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