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