Meshlib

Latest version: v3.0.1.205

Safety actively analyzes 685670 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 4 of 18

2.3.3

2.3.0.147

%details_after_publish%

2.3.0.119

<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.0.119/MeshLibDist_v2.3.0.119.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.0.119/meshlib_v2.3.0.119_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.0.119/meshlib_v2.3.0.119_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.0.119/meshlib_v2.3.0.119_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.0.119/meshlib_v2.3.0.119_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.0.119/meshlib_v2.3.0.119-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.0.119/meshlib_v2.3.0.119_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.0.119/meshlib_v2.3.0.119_arm.pkg">arm pkg</a>
</td>
</tr>
</tbody>
</table>

What's Changed
* Ignore scene properties for objects created not by viewer by oitel in https://github.com/MeshInspector/MeshLib/pull/1897
* Update pip-build.yml by Grantim in https://github.com/MeshInspector/MeshLib/pull/1904
* Add external object loader support by oitel in https://github.com/MeshInspector/MeshLib/pull/1905
* 2900 change separator signature by egrebenchenko in https://github.com/MeshInspector/MeshLib/pull/1906
* Add progress callback support for web requests by oitel in https://github.com/MeshInspector/MeshLib/pull/1908
* Set the current task's name without auto-updating the progress value by oitel in https://github.com/MeshInspector/MeshLib/pull/1907
* Save plugin dialogs positions between sessions by astrowander in https://github.com/MeshInspector/MeshLib/pull/1909
* MeshDecimation: return the reason why edge collapse failed by Fedr in https://github.com/MeshInspector/MeshLib/pull/1910
* MeshDecimate: allow mesh collapse with position optimization, and if it fails without optimization by Fedr in https://github.com/MeshInspector/MeshLib/pull/1911
* MeshDecimate: tinyEdgeLength influence aspect ratio check but not normal flip check by Fedr in https://github.com/MeshInspector/MeshLib/pull/1912
* Fix file loading process by oitel in https://github.com/MeshInspector/MeshLib/pull/1915
* Variable 2d conoturs offset by Grantim in https://github.com/MeshInspector/MeshLib/pull/1916
* fix crash by astrowander in https://github.com/MeshInspector/MeshLib/pull/1918
* Mesh: hole measurement methods by Fedr in https://github.com/MeshInspector/MeshLib/pull/1919
* PrecisePredicates2: fix ccw function by Fedr in https://github.com/MeshInspector/MeshLib/pull/1917
* Fix viewport groups resize artifacts by Grantim in https://github.com/MeshInspector/MeshLib/pull/1920
* Eliminate high level zero offset fix for 2d contours by Grantim in https://github.com/MeshInspector/MeshLib/pull/1921
* Allow making offset in Emscripten build by Fedr in https://github.com/MeshInspector/MeshLib/pull/1922
* Triangulation fix big aspect faces in local disc by Grantim in https://github.com/MeshInspector/MeshLib/pull/1923
* Render nothing if there are no valid points by Fedr in https://github.com/MeshInspector/MeshLib/pull/1924
* Report an error happened during scene saving by Fedr in https://github.com/MeshInspector/MeshLib/pull/1925
* RenderPointsObject: render nothing if there are no valid points by Fedr in https://github.com/MeshInspector/MeshLib/pull/1926
* Fix thread safety for STEP file opening by oitel in https://github.com/MeshInspector/MeshLib/pull/1927
* ObjectPointsHolder: do not write/read .ctm file for completely empty point cloud by Fedr in https://github.com/MeshInspector/MeshLib/pull/1928
* Bump tj-actions/branch-names from 7.0.7 to 8.0.0 by dependabot in https://github.com/MeshInspector/MeshLib/pull/1914
* Viewer stores SpaceMouseController by pointer by Fedr in https://github.com/MeshInspector/MeshLib/pull/1929
* Viewer stores TouchesController by pointer by Fedr in https://github.com/MeshInspector/MeshLib/pull/1930
* Viewer stores MouseController by pointer by Fedr in https://github.com/MeshInspector/MeshLib/pull/1931
* Viewer stores RecentFilesStore by pointer by Fedr in https://github.com/MeshInspector/MeshLib/pull/1932
* Move Viewport enclosed types in MRFitData.h by Fedr in https://github.com/MeshInspector/MeshLib/pull/1933
* Move Viewer::PointInAllSpaces in a separate header by Fedr in https://github.com/MeshInspector/MeshLib/pull/1934
* Viewer does not include Viewport automatically by Fedr in https://github.com/MeshInspector/MeshLib/pull/1935
* Bump actions/download-artifact from 3 to 4 by dependabot in https://github.com/MeshInspector/MeshLib/pull/1937
* Bump actions/upload-artifact from 3 to 4 by dependabot in https://github.com/MeshInspector/MeshLib/pull/1936
* Revert "Bump actions/upload-artifact from 3 to 4" by MaxRayskiy in https://github.com/MeshInspector/MeshLib/pull/1939
* Revert "Bump actions/download-artifact from 3 to 4" by MaxRayskiy in https://github.com/MeshInspector/MeshLib/pull/1940
* Some SurfaceManipulationWidget refactoring by ABSitf in https://github.com/MeshInspector/MeshLib/pull/1941
* Save all files in binary mode to get exactly the same result on Windows and Linux by Fedr in https://github.com/MeshInspector/MeshLib/pull/1942
* SurfaceManipulationWidget fix work with insufficient number of points in radius by ABSitf in https://github.com/MeshInspector/MeshLib/pull/1943
* Mesh inspector plugin by astrowander in https://github.com/MeshInspector/MeshLib/pull/1944
* Expose thickenMesh to python by Grantim in https://github.com/MeshInspector/MeshLib/pull/1946
* Fix warning appearing after changes during mesh load by Fedr in https://github.com/MeshInspector/MeshLib/pull/1947
* checkDeloneQuadrangle: perform computations in doubles by Fedr in https://github.com/MeshInspector/MeshLib/pull/1948
* SurfaceManipulationWidget: fixed some visual and logic bugs by ABSitf in https://github.com/MeshInspector/MeshLib/pull/1949
* Expose meshToDistanceVolume to python by Grantim in https://github.com/MeshInspector/MeshLib/pull/1951
* Introduce RegionId and Face2RegionMap by Fedr in https://github.com/MeshInspector/MeshLib/pull/1952


**Full Changelog**: https://github.com/MeshInspector/MeshLib/compare/v2.3.0.61...v2.3.0.119

2.3.0.61

<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.0.61/MeshLibDist_v2.3.0.61.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.0.61/meshlib_v2.3.0.61_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.0.61/meshlib_v2.3.0.61_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.0.61/meshlib_v2.3.0.61_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.0.61/meshlib_v2.3.0.61_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.0.61/meshlib_v2.3.0.61-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.0.61/meshlib_v2.3.0.61_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.0.61/meshlib_v2.3.0.61_arm.pkg">arm pkg</a>
</td>
</tr>
</tbody>
</table>

What's Changed
* update colors correctly by astrowander in https://github.com/MeshInspector/MeshLib/pull/1870
* Define macro for unreachable code by oitel in https://github.com/MeshInspector/MeshLib/pull/1869
* Use async scene loaders in single-thread environments by oitel in https://github.com/MeshInspector/MeshLib/pull/1806
* Fix linking MRWebRequest class on Windows by oitel in https://github.com/MeshInspector/MeshLib/pull/1875
* Respect history scope hierarchy by Grantim in https://github.com/MeshInspector/MeshLib/pull/1876
* extrude open selections by astrowander in https://github.com/MeshInspector/MeshLib/pull/1877
* deserializeObjectTreeFromFolder supports parameter file with full name ".json" by Fedr in https://github.com/MeshInspector/MeshLib/pull/1879
* Viewer.h: do not include "MRTouchpadController.h" by Fedr in https://github.com/MeshInspector/MeshLib/pull/1880
* Check for missing entries in Visual Studio project files by oitel in https://github.com/MeshInspector/MeshLib/pull/1881
* Always set a name to a scene object by oitel in https://github.com/MeshInspector/MeshLib/pull/1882
* offsetMesh: voxelSize must be given by the user; and smaller expansion in our volume by Fedr in https://github.com/MeshInspector/MeshLib/pull/1883
* Add undo/redo history action for viewport parameters setting by rodion-orlov in https://github.com/MeshInspector/MeshLib/pull/1884
* add Select Subtree button by astrowander in https://github.com/MeshInspector/MeshLib/pull/1885
* select curvature preference by astrowander in https://github.com/MeshInspector/MeshLib/pull/1886
* add ChangeValue by egrebenchenko in https://github.com/MeshInspector/MeshLib/pull/1878
* Add history action for changing object colors by rodion-orlov in https://github.com/MeshInspector/MeshLib/pull/1887
* Fix strong resolve resolve multiple edges mode in FillHole by Grantim in https://github.com/MeshInspector/MeshLib/pull/1888
* CVE-2023-49291 fix: bump tj-actions/branch-names to v7.0.7 by MaxRayskiy in https://github.com/MeshInspector/MeshLib/pull/1890
* Fix screenshots by Grantim in https://github.com/MeshInspector/MeshLib/pull/1889
* Fix incorrect rotate touchpad gesture on macOS by oitel in https://github.com/MeshInspector/MeshLib/pull/1891
* make filtering components as an option by astrowander in https://github.com/MeshInspector/MeshLib/pull/1892
* find overhangs speedup by Grantim in https://github.com/MeshInspector/MeshLib/pull/1894
* Check that std::expected has monadic functions by Fedr in https://github.com/MeshInspector/MeshLib/pull/1895
* Combine MRUVSphere.h and MRSphere.h in MRMakeSphereMesh.h by Fedr in https://github.com/MeshInspector/MeshLib/pull/1896
* ribbon search ranking update by Grantim in https://github.com/MeshInspector/MeshLib/pull/1898
* struct Sphere and its intersection with a line by Fedr in https://github.com/MeshInspector/MeshLib/pull/1900
* Add methods to save scene to file by oitel in https://github.com/MeshInspector/MeshLib/pull/1899
* fix branches filtering by astrowander in https://github.com/MeshInspector/MeshLib/pull/1903
* Update pip-build.yml by Grantim in https://github.com/MeshInspector/MeshLib/pull/1902
* Consider disabled features for Python module by oitel in https://github.com/MeshInspector/MeshLib/pull/1868
* added laplacian in SurfaceManipulationWidget by ABSitf in https://github.com/MeshInspector/MeshLib/pull/1874


**Full Changelog**: https://github.com/MeshInspector/MeshLib/compare/v2.3.0.24...v2.3.0.61

2.3.0.24

<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.0.24/MeshLibDist_v2.3.0.24.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.0.24/meshlib_v2.3.0.24_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.0.24/meshlib_v2.3.0.24_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.0.24/meshlib_v2.3.0.24_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.0.24/meshlib_v2.3.0.24_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.0.24/meshlib_v2.3.0.24-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.0.24/meshlib_v2.3.0.24_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.0.24/meshlib_v2.3.0.24_arm.pkg">arm pkg</a>
</td>
</tr>
</tbody>
</table>

What's Changed
* rewrite makeDegenerateBandAroundRegion function by astrowander in https://github.com/MeshInspector/MeshLib/pull/1807
* update emsdk onetbb imgui by Grantim in https://github.com/MeshInspector/MeshLib/pull/1798
* InTreePathBuilder to optimize tunnel detection by Fedr in https://github.com/MeshInspector/MeshLib/pull/1808
* Fix negative progress values by oitel in https://github.com/MeshInspector/MeshLib/pull/1811
* glTF and glB files problem 1810 by astrowander in https://github.com/MeshInspector/MeshLib/pull/1813
* EditMeshPlugin impovement: uniformity of line when mouse moving by ABSitf in https://github.com/MeshInspector/MeshLib/pull/1814
* WebResponse: log everything in one line for convenience by Fedr in https://github.com/MeshInspector/MeshLib/pull/1815
* switch to fedora 39 by MaxRayskiy in https://github.com/MeshInspector/MeshLib/pull/1794
* MRViewer.h: remove include <MRMesh/MRSceneRoot.h> by Fedr in https://github.com/MeshInspector/MeshLib/pull/1817
* ViewerEventQueue extracted from Viewer class by Fedr in https://github.com/MeshInspector/MeshLib/pull/1818
* Improve Linux support by oitel in https://github.com/MeshInspector/MeshLib/pull/1812
* Use std::string as "unexpected" value type by default by oitel in https://github.com/MeshInspector/MeshLib/pull/1820
* read colors of vertices from gltf by astrowander in https://github.com/MeshInspector/MeshLib/pull/1822
* Simplify OffsetParameters by Fedr in https://github.com/MeshInspector/MeshLib/pull/1823
* Fix STEP import as mesh by oitel in https://github.com/MeshInspector/MeshLib/pull/1825
* add help button by Grantim in https://github.com/MeshInspector/MeshLib/pull/1826
* MRGetMapping.h extracted from existing static functions by Fedr in https://github.com/MeshInspector/MeshLib/pull/1827
* Fix excessive scene texture bindings by Grantim in https://github.com/MeshInspector/MeshLib/pull/1829
* Add begin custom plugin window decorator by Grantim in https://github.com/MeshInspector/MeshLib/pull/1830
* Improvements SurfaceManipulationWidget by ABSitf in https://github.com/MeshInspector/MeshLib/pull/1828
* MeshDecimate: allow collapsing not-flippable edges by Fedr in https://github.com/MeshInspector/MeshLib/pull/1831
* adding a condition for drawModalMessage by egrebenchenko in https://github.com/MeshInspector/MeshLib/pull/1835
* adding error "font does not contain symbol" by egrebenchenko in https://github.com/MeshInspector/MeshLib/pull/1836
* SurfaceManipulationWidget: fixed rendering elongated work region by ABSitf in https://github.com/MeshInspector/MeshLib/pull/1837
* Optimize implementation of lastValid* methods by Fedr in https://github.com/MeshInspector/MeshLib/pull/1838
* read help link from items.json by Grantim in https://github.com/MeshInspector/MeshLib/pull/1839
* struct SaveSettings and its application for mesh exporting by Fedr in https://github.com/MeshInspector/MeshLib/pull/1840
* bump vcpkg to 2023.11.20 by MaxRayskiy in https://github.com/MeshInspector/MeshLib/pull/1832
* update mesh vertices in cutAlongEdgeLoop by astrowander in https://github.com/MeshInspector/MeshLib/pull/1833
* Add setUINameDeferred function in StatePlugin by Grantim in https://github.com/MeshInspector/MeshLib/pull/1843
* Export ObjectLines including world transformation by Fedr in https://github.com/MeshInspector/MeshLib/pull/1842
* Export ObjectPoints including world transformation by Fedr in https://github.com/MeshInspector/MeshLib/pull/1845
* Extend WebRequest class by oitel in https://github.com/MeshInspector/MeshLib/pull/1841
* Fix lone vertices in buildGridMesh by Grantim in https://github.com/MeshInspector/MeshLib/pull/1844
* add monitor info by Grantim in https://github.com/MeshInspector/MeshLib/pull/1846
* Introduce get shared function by Grantim in https://github.com/MeshInspector/MeshLib/pull/1847
* added button with same logic as radioButton by ABSitf in https://github.com/MeshInspector/MeshLib/pull/1848
* Ribbon Search bar navigation by Grantim in https://github.com/MeshInspector/MeshLib/pull/1849
* Fix init textures for noWindow mode by Grantim in https://github.com/MeshInspector/MeshLib/pull/1851
* Introduce MRPch/MRFmt.h to avoid unnecessary inclusion of whole spdlog by Fedr in https://github.com/MeshInspector/MeshLib/pull/1852
* makeVectorWithSeqNums and makeHashMapWithSeqNums functions by Fedr in https://github.com/MeshInspector/MeshLib/pull/1854
* Export meshes and lines already packed by Fedr in https://github.com/MeshInspector/MeshLib/pull/1853
* move search out of ribbon menu by Grantim in https://github.com/MeshInspector/MeshLib/pull/1856
* Search hints with recently opened plugins by Grantim in https://github.com/MeshInspector/MeshLib/pull/1857
* 2725 clicking mouse wheel close context menu by egrebenchenko in https://github.com/MeshInspector/MeshLib/pull/1855
* Add Damerau-Levenshtein distance by Grantim in https://github.com/MeshInspector/MeshLib/pull/1858
* DistanceMap::getInterpolated: fix out-of-bounds access and some optimization by Fedr in https://github.com/MeshInspector/MeshLib/pull/1860
* update SurfaceManipulationWidget by ABSitf in https://github.com/MeshInspector/MeshLib/pull/1859
* Extrude faces subdivide by astrowander in https://github.com/MeshInspector/MeshLib/pull/1861
* fuzzy search in ribbon menu by Grantim in https://github.com/MeshInspector/MeshLib/pull/1863
* SurfaceManipulationWidget: added visualization for bad region by ABSitf in https://github.com/MeshInspector/MeshLib/pull/1864
* SurfaceManipulationWidget: fixed multiple connections by ABSitf in https://github.com/MeshInspector/MeshLib/pull/1865
* Sample colors from Image by Fedr in https://github.com/MeshInspector/MeshLib/pull/1862
* MeshTexture: linear interpolation if loaded from glTF by Fedr in https://github.com/MeshInspector/MeshLib/pull/1866
* Fix RenderMeshObject vert color map updates by Grantim in https://github.com/MeshInspector/MeshLib/pull/1867

New Contributors
* egrebenchenko made their first contribution in https://github.com/MeshInspector/MeshLib/pull/1835

**Full Changelog**: https://github.com/MeshInspector/MeshLib/compare/v2.2.11.51...v2.3.0.24

2.2.11.51

<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.2.11.51/MeshLibDist_v2.2.11.51.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.2.11.51/meshlib_v2.2.11.51_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.2.11.51/meshlib_v2.2.11.51_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.2.11.51/meshlib_v2.2.11.51_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.2.11.51/meshlib_v2.2.11.51_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.2.11.51/meshlib_v2.2.11.51-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.2.11.51/meshlib_v2.2.11.51_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.2.11.51/meshlib_v2.2.11.51_arm.pkg">arm pkg</a>
</td>
</tr>
</tbody>
</table>

What's Changed
* Pick several pixels in the area by Grantim in https://github.com/MeshInspector/MeshLib/pull/1761
* Dynamic load libraries during splash screen by Grantim in https://github.com/MeshInspector/MeshLib/pull/1763
* More debugging asserts in getVertIds and getFaceIds by Fedr in https://github.com/MeshInspector/MeshLib/pull/1764
* relaxKeepVolume: fix out-of-array access by Fedr in https://github.com/MeshInspector/MeshLib/pull/1765
* Clone Selected button in object tree context menu by rodion-orlov in https://github.com/MeshInspector/MeshLib/pull/1757
* I2444 surface distance from vector meshTriPoints by ABSitf in https://github.com/MeshInspector/MeshLib/pull/1759
* Introduce separate UI name for ribbonitems by Grantim in https://github.com/MeshInspector/MeshLib/pull/1766
* Introduce mappings in planar triangulation by Grantim in https://github.com/MeshInspector/MeshLib/pull/1767
* Polyline<V>::pack by Fedr in https://github.com/MeshInspector/MeshLib/pull/1771
* Add_optional_mapping_to_Polyline-contours by Grantim in https://github.com/MeshInspector/MeshLib/pull/1770
* TriangulationHelpers::buildLocalTriangulation by Fedr in https://github.com/MeshInspector/MeshLib/pull/1773
* Bump paulhatch/semantic-version from 5.2.1 to 5.3.0 by dependabot in https://github.com/MeshInspector/MeshLib/pull/1655
* PointCloudTriangulationHelpers: useNeiNormals by Fedr in https://github.com/MeshInspector/MeshLib/pull/1774
* Optimize Orient Normals in case of many connected components in the cloud by Fedr in https://github.com/MeshInspector/MeshLib/pull/1775
* PointCloud::flipOrientation by Fedr in https://github.com/MeshInspector/MeshLib/pull/1778
* Triangulation/filtering and border fixes by Grantim in https://github.com/MeshInspector/MeshLib/pull/1777
* Custom viewport labels by rodion-orlov in https://github.com/MeshInspector/MeshLib/pull/1779
* Encrypted zip support by rodion-orlov in https://github.com/MeshInspector/MeshLib/pull/1769
* Fix UI button checkKey with modifiers by Grantim in https://github.com/MeshInspector/MeshLib/pull/1780
* MeshDecimate: less restrictions due to change of normals by Fedr in https://github.com/MeshInspector/MeshLib/pull/1782
* I2444 surface manipulation widget by ABSitf in https://github.com/MeshInspector/MeshLib/pull/1776
* Add setLabel helper method to Viewport class by rodion-orlov in https://github.com/MeshInspector/MeshLib/pull/1783
* Update width filtering in find overhangs by Grantim in https://github.com/MeshInspector/MeshLib/pull/1784
* use standard quaternion from matrix method by Fedr in https://github.com/MeshInspector/MeshLib/pull/1785
* separate scene rendering into texture by Grantim in https://github.com/MeshInspector/MeshLib/pull/1787
* Creases filters by astrowander in https://github.com/MeshInspector/MeshLib/pull/1786
* Allow uninitialized construction of MeshTriPoint by Fedr in https://github.com/MeshInspector/MeshLib/pull/1788
* MeshTriPoint::getWeightedVerts by Fedr in https://github.com/MeshInspector/MeshLib/pull/1789
* Replicate: move vertices of one mesh to make it similar to another mesh by Fedr in https://github.com/MeshInspector/MeshLib/pull/1790
* use HashMap typedefs by Fedr in https://github.com/MeshInspector/MeshLib/pull/1792
* Pip: add python 3.12 for win by MaxRayskiy in https://github.com/MeshInspector/MeshLib/pull/1793
* ObjectPoints::normalsChangedSignal by Fedr in https://github.com/MeshInspector/MeshLib/pull/1795
* update Surface Manipulate Widget by ABSitf in https://github.com/MeshInspector/MeshLib/pull/1791
* pointUniformSampling: never compute normals, but can take alternative normals on input by Fedr in https://github.com/MeshInspector/MeshLib/pull/1796
* SurfaceManipulateWidget fix key handle by ABSitf in https://github.com/MeshInspector/MeshLib/pull/1797
* Allow to run resumable tasks for progress bar by oitel in https://github.com/MeshInspector/MeshLib/pull/1799
* PointCloudTriangulator: prevent any appearance of multiple edges during hole filling by Fedr in https://github.com/MeshInspector/MeshLib/pull/1800
* struct DetectTunnelSettings with default limit on 1 maximum iterations by Fedr in https://github.com/MeshInspector/MeshLib/pull/1801
* Optimize BasisTunnelsDetector::detect by Fedr in https://github.com/MeshInspector/MeshLib/pull/1802
* put rendering in texture under flag by Grantim in https://github.com/MeshInspector/MeshLib/pull/1804


**Full Changelog**: https://github.com/MeshInspector/MeshLib/compare/v2.2.10...v2.2.11.51

Page 4 of 18

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.