<table>
<thead>
<tr>
<th>OS</th>
<th>Dev</th>
</tr>
</thead>
<tbody>
<tr>
<td align="center">Windows x64</td>
<td align="center">
<a href="https://github.com/MeshInspector/Meshlib/releases/download/v2.3.7.60/MeshLibDist_v2.3.7.60.zip">zip</a>
</td>
</tr>
<tr>
<td align="center">Ubuntu 20 LTS x64</td>
<td align="center">
<a href="https://github.com/MeshInspector/Meshlib/releases/download/v2.3.7.60/meshlib_v2.3.7.60_ubuntu20-dev.deb">deb</a>
</td>
</tr>
<tr>
<td align="center">Ubuntu 20 LTS arm64</td>
<td align="center">
<a href="https://github.com/MeshInspector/Meshlib/releases/download/v2.3.7.60/meshlib_v2.3.7.60_ubuntu20-arm64-dev.deb">deb</a>
</td>
</tr>
<tr>
<td align="center">Ubuntu 22 LTS x64</td>
<td align="center">
<a href="https://github.com/MeshInspector/Meshlib/releases/download/v2.3.7.60/meshlib_v2.3.7.60_ubuntu22-dev.deb">deb</a>
</td>
</tr>
<tr>
<td align="center">Ubuntu 22 LTS arm64</td>
<td align="center">
<a href="https://github.com/MeshInspector/Meshlib/releases/download/v2.3.7.60/meshlib_v2.3.7.60_ubuntu22-arm64-dev.deb">deb</a>
</td>
</tr>
<tr>
<td align="center">Fedora 37 x64</td>
<td align="center">
<a href="https://github.com/MeshInspector/Meshlib/releases/download/v2.3.7.60/meshlib_v2.3.7.60-dev.rpm">rpm</a>
</td>
</tr>
<tr>
<td align="center">MacOS x64 (Intel)</td>
<td align="center">
<a href="https://github.com/MeshInspector/Meshlib/releases/download/v2.3.7.60/meshlib_v2.3.7.60_x64.pkg">x64 pkg</a>
</td>
</tr>
<tr>
<td align="center">MacOS arm (Apple Silicon)</td>
<td align="center">
<a href="https://github.com/MeshInspector/Meshlib/releases/download/v2.3.7.60/meshlib_v2.3.7.60_arm.pkg">arm pkg</a>
</td>
</tr>
</tbody>
</table>
What's Changed
* Add circumcircleCenter function by Fedr in https://github.com/MeshInspector/MeshLib/pull/2006
* Add circumballCenters function by Fedr in https://github.com/MeshInspector/MeshLib/pull/2007
* Find alpha-shape triangles by Fedr in https://github.com/MeshInspector/MeshLib/pull/2008
* Expose relaxKeepVolume to python by Grantim in https://github.com/MeshInspector/MeshLib/pull/2011
* Add contributing guide for exopsing python by Grantim in https://github.com/MeshInspector/MeshLib/pull/2012
* Do not resize group of single item in ribbon by Grantim in https://github.com/MeshInspector/MeshLib/pull/2013
* ICP::recomputeBitSet: fix freezePairs mode by Fedr in https://github.com/MeshInspector/MeshLib/pull/2014
* Update healer.py by Grantim in https://github.com/MeshInspector/MeshLib/pull/2015
* ICP: add comments to parameters by Fedr in https://github.com/MeshInspector/MeshLib/pull/2016
* SymMatrix::pseudoinverse method added by Fedr in https://github.com/MeshInspector/MeshLib/pull/2018
* struct SymMatrix4<T> by Fedr in https://github.com/MeshInspector/MeshLib/pull/2021
* Autotests: add test on cloud points conversion by Chernobrovkin-AD in https://github.com/MeshInspector/MeshLib/pull/2019
* Introduce simple merge mode for boolean by Grantim in https://github.com/MeshInspector/MeshLib/pull/2022
* Direction widget add blocked mode by Grantim in https://github.com/MeshInspector/MeshLib/pull/2024
* TriangulatedFanData: update comments by Fedr in https://github.com/MeshInspector/MeshLib/pull/2025
* TriangulationHelpers::Settings: more options for debugging by Fedr in https://github.com/MeshInspector/MeshLib/pull/2026
* Crash draw list by egrebenchenko in https://github.com/MeshInspector/MeshLib/pull/2027
* Add makeDegenerateBandAroundRegion function to mrmeshpy by rodion-orlov in https://github.com/MeshInspector/MeshLib/pull/2030
* New examples in documentation (C++, Python) by rodion-orlov in https://github.com/MeshInspector/MeshLib/pull/2031
* MeshDecimate: check for appearance of triangles with oppositely oriented normals from degenerated triangles by Fedr in https://github.com/MeshInspector/MeshLib/pull/2033
* do not assert if points count less than 6 in cylinder approximatin by egorbovskoy in https://github.com/MeshInspector/MeshLib/pull/2029
* Add notification system by Grantim in https://github.com/MeshInspector/MeshLib/pull/2034
* VoxelsLoad: read raw data with float[4] per voxel by Fedr in https://github.com/MeshInspector/MeshLib/pull/2035
* Vcpkg auto update by MaxRayskiy in https://github.com/MeshInspector/MeshLib/pull/2040
* Add cone feature and fitter for that by egorbovskoy in https://github.com/MeshInspector/MeshLib/pull/2023
* Palette UI window limits fix by Grantim in https://github.com/MeshInspector/MeshLib/pull/2041
* MeshSubdivide: parameters to limit subdivision by triangle aspect ratio by Fedr in https://github.com/MeshInspector/MeshLib/pull/2036
* ViewportGL::drawBorder( const Box2i& rect, const Color& color ) const by Fedr in https://github.com/MeshInspector/MeshLib/pull/2042
* delete deprecated rendering of Viewport lines/points by Fedr in https://github.com/MeshInspector/MeshLib/pull/2044
* Fix support of SubdivideSettings::minTriAspectRatio by Fedr in https://github.com/MeshInspector/MeshLib/pull/2045
* Bump vcpkg to 2024.01.12 by meshinspector-bot in https://github.com/MeshInspector/MeshLib/pull/2039
* subdivideMesh: optimize checking for triangle aspect ratios by Fedr in https://github.com/MeshInspector/MeshLib/pull/2047
* Organize controls in Viewer Settings to separate tabs by rodion-orlov in https://github.com/MeshInspector/MeshLib/pull/2048
* add mechanics custom CheckBox by egrebenchenko in https://github.com/MeshInspector/MeshLib/pull/2043
* ImmediateGL: add modelMatrix in TriRenderParams by Fedr in https://github.com/MeshInspector/MeshLib/pull/2051
* Fix subdivide mesh out of bounds by Grantim in https://github.com/MeshInspector/MeshLib/pull/2052
* MRIRenderObject.h: BaseRenderParams + RenderParams -> ModelRenderParams by Fedr in https://github.com/MeshInspector/MeshLib/pull/2053
* BaseRenderParams: move from MRViewer/ViewportGL to MRMesh/MRIRenderObject.h by Fedr in https://github.com/MeshInspector/MeshLib/pull/2055
* Fix shading in immediateGL by Grantim in https://github.com/MeshInspector/MeshLib/pull/2057
* MeshSubdivide: parallel initialization of queue by Fedr in https://github.com/MeshInspector/MeshLib/pull/2056
* Viewport: draw and getModelRenderParams functions by Fedr in https://github.com/MeshInspector/MeshLib/pull/2058
* Expose makeConvexHull to python by emil-peters in https://github.com/MeshInspector/MeshLib/pull/2046
* Immediate drawing of points and lines became methods of Viewport by Fedr in https://github.com/MeshInspector/MeshLib/pull/2060
* Fix unexpected progress bar closing by Grantim in https://github.com/MeshInspector/MeshLib/pull/2061
* Viewport::drawTris by Fedr in https://github.com/MeshInspector/MeshLib/pull/2063
* Generate stub files for the Python modules by oitel in https://github.com/MeshInspector/MeshLib/pull/2028
* Makecone by antipauta in https://github.com/MeshInspector/MeshLib/pull/2065
* Update Aws access in workflows by Grantim in https://github.com/MeshInspector/MeshLib/pull/2066
* update plugin search ui by ABSitf in https://github.com/MeshInspector/MeshLib/pull/2049
* checkDeloneQuadrangleInMesh: criticalTriAspectRatio shall not override maxDeviationAfterFlip by Fedr in https://github.com/MeshInspector/MeshLib/pull/2068
* Primitive distances by adalisk-emikhaylov in https://github.com/MeshInspector/MeshLib/pull/2059
* Conversions: ImVec4 <-> MR::Vector4f/MR::Color by Fedr in https://github.com/MeshInspector/MeshLib/pull/2069
* Fix drag and drop while open modal by Grantim in https://github.com/MeshInspector/MeshLib/pull/2072
* Auto detect flat shading when importing files by rodion-orlov in https://github.com/MeshInspector/MeshLib/pull/2071
* More names for keys in shortcut manager by Grantim in https://github.com/MeshInspector/MeshLib/pull/2074
* Edit feature object properties and bugfix by egorbovskoy in https://github.com/MeshInspector/MeshLib/pull/2054
* PIP package enhancements for macOS by oitel in https://github.com/MeshInspector/MeshLib/pull/2067
* detectFlatShading by the amount of sharp edges relative to all edges by Fedr in https://github.com/MeshInspector/MeshLib/pull/2076
* Default Shading Flat settings sets flat shading for imported objects … by rodion-orlov in https://github.com/MeshInspector/MeshLib/pull/2077
* Fix STEP model importing by oitel in https://github.com/MeshInspector/MeshLib/pull/2078
New Contributors
* meshinspector-bot made their first contribution in https://github.com/MeshInspector/MeshLib/pull/2039
* emil-peters made their first contribution in https://github.com/MeshInspector/MeshLib/pull/2046
* antipauta made their first contribution in https://github.com/MeshInspector/MeshLib/pull/2065
**Full Changelog**: https://github.com/MeshInspector/MeshLib/compare/v2.3.6.1...v2.3.7.60