File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed
Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change 1110.x.x.x (relative to 10.4.x.x)
22========
33
4+ Improvements
5+ ------------
6+
7+ - MeshAlgo `distributePoints()` :
8+ - Added support for density primitive variable values above 1.
9+ - Added sampling of arbitrary primitive variables via the new `primitiveVariables` parameter.
10+ - Improved accuracy.
11+ - Improved performance.
12+ - MeshAlgo `triangulate()` : Improved performance.
13+
14+ Fixes
15+ -----
16+
17+ - MeshAlgo `distributePoints()` :
18+ - Fixed duplicate points at triangle edges.
19+ - Fixed handling of points exactly at the density threshold.
20+ - TriangleAlgo :
21+ - `triangleClosestBarycentric()` : Fixed numerical precision bug.
22+ - `triangleContainsPoint()` : Fixed handling of zero-area triangles.
23+
424Breaking Changes
525----------------
626
727- IECoreAppleseed : Removed. With Appleseed's removal from Gaffer `1.3.0.0` Cortex no longer provides IECoreAppleseed.
828- Python : Removed support for Python 2.
929- Primitive : Changed `variableIndexedView()` return type from `boost::optional` to `std::optional`.
30+ - MeshAlgo `distributePoints()` : Bug fixes mean subtle changes to the resulting points.
1031
113210.4.x.x (relative to 10.4.7.1)
1233========
You can’t perform that action at this time.
0 commit comments