Meshlib

Latest version: v3.0.1.205

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

Scan your dependencies

Page 6 of 18

2.2.7.4

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

What's Changed
* I2375 added active voxels in volume render by ABSitf in https://github.com/MeshInspector/MeshLib/pull/1630
* fix python box test by ABSitf in https://github.com/MeshInspector/MeshLib/pull/1626
* added help button in plugin window title by ABSitf in https://github.com/MeshInspector/MeshLib/pull/1507
* MeshOrPoints class for floating object in ICP by Fedr in https://github.com/MeshInspector/MeshLib/pull/1633
* Improve PointClouds triangulation by Grantim in https://github.com/MeshInspector/MeshLib/pull/1634
* CUDA: use c++20 on all platforms by Fedr in https://github.com/MeshInspector/MeshLib/pull/1635
* add findAllFlatComponents() function by astrowander in https://github.com/MeshInspector/MeshLib/pull/1595
* Detailed system info by Grantim in https://github.com/MeshInspector/MeshLib/pull/1640
* Add state to command loop by Grantim in https://github.com/MeshInspector/MeshLib/pull/1644
* ICP: allow point cloud as a reference object by Fedr in https://github.com/MeshInspector/MeshLib/pull/1642
* Add initial STEP import support by oitel in https://github.com/MeshInspector/MeshLib/pull/1641
* Highlight active blocking window by Grantim in https://github.com/MeshInspector/MeshLib/pull/1645
* Fix GCC compatibility by oitel in https://github.com/MeshInspector/MeshLib/pull/1621
* added saving config in web by ABSitf in https://github.com/MeshInspector/MeshLib/pull/1647
* Add missing VS project items by oitel in https://github.com/MeshInspector/MeshLib/pull/1649
* Mesh Mesh::fromPointTriples( const std::vector<Triangle3f> & posTriples, bool duplicateNonManifoldVertices ); by Fedr in https://github.com/MeshInspector/MeshLib/pull/1651
* project selection on the offset with maximal distance limit by astrowander in https://github.com/MeshInspector/MeshLib/pull/1652
* Add Active button in toolbar by Grantim in https://github.com/MeshInspector/MeshLib/pull/1654
* bump vcpkg to 2023.08.09 by MaxRayskiy in https://github.com/MeshInspector/MeshLib/pull/1650
* MRMESH_NO_GTEST option to avoid building tests 1648 by Fedr in https://github.com/MeshInspector/MeshLib/pull/1653
* Support python 310 for old vcpkg by Grantim in https://github.com/MeshInspector/MeshLib/pull/1657
* Multi extension support by Grantim in https://github.com/MeshInspector/MeshLib/pull/1658
* Hide test tab and duplicate open buttons by Grantim in https://github.com/MeshInspector/MeshLib/pull/1659
* Save last extension in settings as string by Fedr in https://github.com/MeshInspector/MeshLib/pull/1660
* STEP import improvements by oitel in https://github.com/MeshInspector/MeshLib/pull/1661
* saveObjectToFile: an option to backup original file by Fedr in https://github.com/MeshInspector/MeshLib/pull/1663
* support dxf format by astrowander in https://github.com/MeshInspector/MeshLib/pull/1662
* Set offset type to Shell in offsetPolyline by rodion-orlov in https://github.com/MeshInspector/MeshLib/pull/1664
* Export one or many objects at once by Fedr in https://github.com/MeshInspector/MeshLib/pull/1665
* Overhangs updates and fixes by Grantim in https://github.com/MeshInspector/MeshLib/pull/1666
* save valid points with normals in textual .asc file by Fedr in https://github.com/MeshInspector/MeshLib/pull/1667
* Add welcome screen mock by Grantim in https://github.com/MeshInspector/MeshLib/pull/1668
* Fix crash of precision issue in terrain triangulation by Grantim in https://github.com/MeshInspector/MeshLib/pull/1672
* Respect latin keyboards in shortcuts by Grantim in https://github.com/MeshInspector/MeshLib/pull/1671
* Move zip-functions in separate files by Fedr in https://github.com/MeshInspector/MeshLib/pull/1673
* added information about duplicated verteces in mesh loading by ABSitf in https://github.com/MeshInspector/MeshLib/pull/1669
* Disable STEP import work-around for modern OpenCASCADE versions by oitel in https://github.com/MeshInspector/MeshLib/pull/1676
* decompressZip from any std::istream by Fedr in https://github.com/MeshInspector/MeshLib/pull/1674
* expandFaces funciton by Fedr in https://github.com/MeshInspector/MeshLib/pull/1677
* Construct AABBTree from MeshPart by Fedr in https://github.com/MeshInspector/MeshLib/pull/1679
* VoxelsVolume: min/max type depends on value type by Fedr in https://github.com/MeshInspector/MeshLib/pull/1680
* meshToDistanceVolume: use standard min/max computation by Fedr in https://github.com/MeshInspector/MeshLib/pull/1681
* Fix update removed faces for cutmesh by Grantim in https://github.com/MeshInspector/MeshLib/pull/1675
* added calculation duplicated vertices and deleted faces in loading obj file by ABSitf in https://github.com/MeshInspector/MeshLib/pull/1684
* Fixed cancelling worker threads in OpenVDB by rodion-orlov in https://github.com/MeshInspector/MeshLib/pull/1685
* mcShellMeshRegion function by Fedr in https://github.com/MeshInspector/MeshLib/pull/1682
* Use vertical metric in embedding terrain by Grantim in https://github.com/MeshInspector/MeshLib/pull/1686
* Fix Obj loading by Grantim in https://github.com/MeshInspector/MeshLib/pull/1687

New Contributors
* rodion-orlov made their first contribution in https://github.com/MeshInspector/MeshLib/pull/1664

**Full Changelog**: https://github.com/MeshInspector/MeshLib/compare/v2.2.5...v2.2.7

2.2.7

2.2.5.47

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

What's Changed
* PolylineTopology::buildFromContours: ignore contours with 0 or 1 points because of no edges in them by Fedr in https://github.com/MeshInspector/MeshLib/pull/1589
* fedora38: enable gcc13 builds by MaxRayskiy in https://github.com/MeshInspector/MeshLib/pull/1590
* Support old e57format version by Grantim in https://github.com/MeshInspector/MeshLib/pull/1592
* Move mouse cursor along with touchpad swipe gesture by oitel in https://github.com/MeshInspector/MeshLib/pull/1593
* Add LAS/LAZ file format support by oitel in https://github.com/MeshInspector/MeshLib/pull/1594
* make link to fail if there are unresolved symbols by Fedr in https://github.com/MeshInspector/MeshLib/pull/1597
* remove unnecessary pthread dependency by Fedr in https://github.com/MeshInspector/MeshLib/pull/1599
* Bump actions/checkout from 3 to 4 by dependabot in https://github.com/MeshInspector/MeshLib/pull/1601
* Support lidar pointclouds in pts format by Grantim in https://github.com/MeshInspector/MeshLib/pull/1603
* Clang build-time error about undefined symbols by Fedr in https://github.com/MeshInspector/MeshLib/pull/1598
* fix empty space in information panel by ABSitf in https://github.com/MeshInspector/MeshLib/pull/1600
* Precise contours triangulation by Grantim in https://github.com/MeshInspector/MeshLib/pull/1602
* No input filtering for imgui by Grantim in https://github.com/MeshInspector/MeshLib/pull/1606
* Preserve coordinate precision for geopositioned point clouds by oitel in https://github.com/MeshInspector/MeshLib/pull/1605
* use CMAKE_SHARED_LINKER_FLAGS and CMAKE_EXE_LINKER_FLAGS by Fedr in https://github.com/MeshInspector/MeshLib/pull/1609
* Fix computeBoundingBox export by Grantim in https://github.com/MeshInspector/MeshLib/pull/1610
* Better modeling of merge order of watershed basins by Fedr in https://github.com/MeshInspector/MeshLib/pull/1608
* Add optional mapping in cut mesh converter by Grantim in https://github.com/MeshInspector/MeshLib/pull/1612
* Fix MSVC build by oitel in https://github.com/MeshInspector/MeshLib/pull/1613
* make free-form findSteepestDescentPoint functions by Fedr in https://github.com/MeshInspector/MeshLib/pull/1614
* Make standard views as in other software by Fedr in https://github.com/MeshInspector/MeshLib/pull/1615
* Restrict steepest descent path to a region by Fedr in https://github.com/MeshInspector/MeshLib/pull/1616
* WatershedGraph::getAllBasinFaces() by Fedr in https://github.com/MeshInspector/MeshLib/pull/1617
* Add function for searching overhangs by oitel in https://github.com/MeshInspector/MeshLib/pull/1611
* Update MRCuda CMake configuration by oitel in https://github.com/MeshInspector/MeshLib/pull/1607
* Embed terrain new impl by Grantim in https://github.com/MeshInspector/MeshLib/pull/1622
* distanceMapFromContours() for preallocated map by Fedr in https://github.com/MeshInspector/MeshLib/pull/1625
* Apply transform during overhang search by oitel in https://github.com/MeshInspector/MeshLib/pull/1628
* Bump aws-actions/configure-aws-credentials from 3 to 4 by dependabot in https://github.com/MeshInspector/MeshLib/pull/1620
* Bump docker/login-action from 2 to 3 by dependabot in https://github.com/MeshInspector/MeshLib/pull/1619
* Bump docker/build-push-action from 4 to 5 by dependabot in https://github.com/MeshInspector/MeshLib/pull/1618
* Optimize pointcloud triangulation by Grantim in https://github.com/MeshInspector/MeshLib/pull/1629
* Remove unnecessary stuff from MRICP.h by Fedr in https://github.com/MeshInspector/MeshLib/pull/1632


**Full Changelog**: https://github.com/MeshInspector/MeshLib/compare/v2.2.4...v2.2.5

2.2.5

2.2.4.31

%details_after_publish%

2.2.4

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

What's Changed
* Bump aws-actions/configure-aws-credentials from 2 to 3 by dependabot in https://github.com/MeshInspector/MeshLib/pull/1562
* Bump paulhatch/semantic-version from 5.2.0 to 5.2.1 by dependabot in https://github.com/MeshInspector/MeshLib/pull/1569
* Show volume of objects surrounded by closed meshes by Fedr in https://github.com/MeshInspector/MeshLib/pull/1570
* Tune Windows touchpad event logging verbosity by oitel in https://github.com/MeshInspector/MeshLib/pull/1566
* Improve build customization by oitel in https://github.com/MeshInspector/MeshLib/pull/1519
* BasinVolumeCalculator by Fedr in https://github.com/MeshInspector/MeshLib/pull/1571
* Work-around broken dynamic_cast on macOS by oitel in https://github.com/MeshInspector/MeshLib/pull/1573
* uninstall meshlib pkg before python tests by MaxRayskiy in https://github.com/MeshInspector/MeshLib/pull/1568
* Refactor touchpad gesture support by oitel in https://github.com/MeshInspector/MeshLib/pull/1551
* PointCloud::pack by Fedr in https://github.com/MeshInspector/MeshLib/pull/1574
* control CMAKE_CXX_STANDARD by one variable by MaxRayskiy in https://github.com/MeshInspector/MeshLib/pull/1563
* implement pointUniformSampling via findSmallestCloseVertices by Fedr in https://github.com/MeshInspector/MeshLib/pull/1577
* optimize pointUniformSampling for large balls by Fedr in https://github.com/MeshInspector/MeshLib/pull/1578
* Grid sampling returns std::optional in case the process was terminated by Fedr in https://github.com/MeshInspector/MeshLib/pull/1579
* packPointsWithHistory by Fedr in https://github.com/MeshInspector/MeshLib/pull/1580
* Remove dangerous reinterpret_cast from asString() by Fedr in https://github.com/MeshInspector/MeshLib/pull/1582
* introduce fedora38 build by MaxRayskiy in https://github.com/MeshInspector/MeshLib/pull/1581
* Optimize loading points from PLY and CTM formats by Fedr in https://github.com/MeshInspector/MeshLib/pull/1583
* Feature/e57 build by MaxRayskiy in https://github.com/MeshInspector/MeshLib/pull/1575
* add getUnionFindStructureVertsSeparatedByPaths() function by astrowander in https://github.com/MeshInspector/MeshLib/pull/1584
* Toolpath optional offset & smooth selection by astrowander in https://github.com/MeshInspector/MeshLib/pull/1585
* Reset touchpad event handler before window closing by oitel in https://github.com/MeshInspector/MeshLib/pull/1586
* Make E57 file format support optional by oitel in https://github.com/MeshInspector/MeshLib/pull/1587
* extended Box methods in python by ABSitf in https://github.com/MeshInspector/MeshLib/pull/1588


**Full Changelog**: https://github.com/MeshInspector/MeshLib/compare/v2.2.3...v2.2.4

Page 6 of 18

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.