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