Meshlib

Latest version: v3.0.4.121

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

Scan your dependencies

Page 16 of 18

0.0.16.111

Autogenerated release
<table>
<thead>
<tr>
<th>OS</th>
<th>Dev</th>
</tr>
</thead>
<tbody>
<tr>
<td align="center">Windows x64</td>
<td align="center">
<a href="../../releases/download/v0.0.16.111/MeshLibDist_v0.0.16.111.zip">zip</a>
</td>
</tr>
<tr>
<td align="center">Ubuntu 20 LTS x64</td>
<td align="center">
<a href="../../releases/download/v0.0.16.111/meshlib_v0.0.16.111_ubuntu20-dev.deb">deb</a>
</td>
</tr>
<tr>
<td align="center">Ubuntu 22 LTS x64</td>
<td align="center">
<a href="../../releases/download/v0.0.16.111/meshlib_v0.0.16.111_ubuntu22-dev.deb">deb</a>
</td>
</tr>
<tr>
<td align="center">Fedora 35 x64</td>
<td align="center">
<a href="../../releases/download/v0.0.16.111/meshlib_v0.0.16.111-dev.rpm">rpm</a>
</td>
</tr>
<tr>
<td align="center">MacOS</td>
<td colspan=3 align="center"> Coming soon! :green_apple:</td>
</tr>
</tbody>
</table>

What's Changed
* Add change tab signal by Grantim in https://github.com/MeshInspector/MeshLib/pull/246
* Do not check edges are in same plane for fillContour2D by Grantim in https://github.com/MeshInspector/MeshLib/pull/247
* Expose cached number of holes in mesh by oitel in https://github.com/MeshInspector/MeshLib/pull/248
* Improve selection information widget by oitel in https://github.com/MeshInspector/MeshLib/pull/251
* Bug686 draw image by astrowander in https://github.com/MeshInspector/MeshLib/pull/250
* MeshTopology::getLeftRings by Fedr in https://github.com/MeshInspector/MeshLib/pull/252
* exclude invisible controls from pickable by astrowander in https://github.com/MeshInspector/MeshLib/pull/253
* added setting "always on top" (depth test) in context menu for ObjectLabel by ABSitf in https://github.com/MeshInspector/MeshLib/pull/254
* Upload containers with meshconv and python libs on MeshLib release by MaxRayskiy in https://github.com/MeshInspector/MeshLib/pull/255
* Fix scene window size loading by Grantim in https://github.com/MeshInspector/MeshLib/pull/256
* Refactor Menu popups by astrowander in https://github.com/MeshInspector/MeshLib/pull/258
* Use gcc-12 on Ubuntu-22 by MaxRayskiy in https://github.com/MeshInspector/MeshLib/pull/249
* Upload containers with meshconv and python libs on MeshLib release by MaxRayskiy in https://github.com/MeshInspector/MeshLib/pull/257
* using ViewportRectangle = Box2f by Fedr in https://github.com/MeshInspector/MeshLib/pull/259
* Refactor Menu hotkeys by astrowander in https://github.com/MeshInspector/MeshLib/pull/260
* Polyline smoothing by oitel in https://github.com/MeshInspector/MeshLib/pull/262
* Move draw_helpers() to ImGuiMenu by astrowander in https://github.com/MeshInspector/MeshLib/pull/261
* Add copy paste mechanism to transform window by Grantim in https://github.com/MeshInspector/MeshLib/pull/263
* Update relax polylines exporting by Grantim in https://github.com/MeshInspector/MeshLib/pull/264
* Transfrom context and scene history fixes by Grantim in https://github.com/MeshInspector/MeshLib/pull/265
* Bug672 move load font by astrowander in https://github.com/MeshInspector/MeshLib/pull/266
* Improve transfrom context by Grantim in https://github.com/MeshInspector/MeshLib/pull/267
* Move draw_scene_list to ImGuiMenu by astrowander in https://github.com/MeshInspector/MeshLib/pull/268
* Move draw_custom_plugins to ImGuiMenu by astrowander in https://github.com/MeshInspector/MeshLib/pull/269
* Move remaining functions to ImGui by astrowander in https://github.com/MeshInspector/MeshLib/pull/270
* Deprecate mr menu by astrowander in https://github.com/MeshInspector/MeshLib/pull/271
* Support GL buffers larger than 4Gb by Fedr in https://github.com/MeshInspector/MeshLib/pull/273
* Object Voxels max triangles surface by Grantim in https://github.com/MeshInspector/MeshLib/pull/272
* Add prism primitive by astrowander in https://github.com/MeshInspector/MeshLib/pull/274
* delete Viewport::projectStaticToClipSpace by Fedr in https://github.com/MeshInspector/MeshLib/pull/276
* Double voxel offset for performance by Grantim in https://github.com/MeshInspector/MeshLib/pull/277
* Deprecate Viewport's line draw methods by oitel in https://github.com/MeshInspector/MeshLib/pull/278
* added set label (for ObjectLabel) in information block by ABSitf in https://github.com/MeshInspector/MeshLib/pull/275
* Clipboard support for Linux/X11 and macOS by oitel in https://github.com/MeshInspector/MeshLib/pull/279
* Ancillary points by astrowander in https://github.com/MeshInspector/MeshLib/pull/280
* meshconv: an option to construct convex hull of input mesh by Fedr in https://github.com/MeshInspector/MeshLib/pull/281
* Add app name to Config by Grantim in https://github.com/MeshInspector/MeshLib/pull/282
* deprecate Viewport::add_point & remove_points by astrowander in https://github.com/MeshInspector/MeshLib/pull/285
* fix update label value in information frame by ABSitf in https://github.com/MeshInspector/MeshLib/pull/284
* fix label transforming by astrowander in https://github.com/MeshInspector/MeshLib/pull/286
* Refactor FillHoles metrics by Grantim in https://github.com/MeshInspector/MeshLib/pull/287
* Show tooltip only if item is hovered by oitel in https://github.com/MeshInspector/MeshLib/pull/283
* FillHoleParams::maxPolygonSubdivisions by Fedr in https://github.com/MeshInspector/MeshLib/pull/288
* Fix Save File dialog by oitel in https://github.com/MeshInspector/MeshLib/pull/289
* Load/save object transform to file by oitel in https://github.com/MeshInspector/MeshLib/pull/290
* Fix half-lone edges left by decimation by Grantim in https://github.com/MeshInspector/MeshLib/pull/293
* Update fill hole metric descriptions by Fedr in https://github.com/MeshInspector/MeshLib/pull/291
* Optimize free transform by astrowander in https://github.com/MeshInspector/MeshLib/pull/292
* Restore default theme if user theme is not valid by Grantim in https://github.com/MeshInspector/MeshLib/pull/295
* Update emscripten build by Grantim in https://github.com/MeshInspector/MeshLib/pull/294
* Resolve Euler angles' singularity by oitel in https://github.com/MeshInspector/MeshLib/pull/296
* guarantee that selected_viewport_index is valid by Grantim in https://github.com/MeshInspector/MeshLib/pull/297
* Improve complex metric by Grantim in https://github.com/MeshInspector/MeshLib/pull/298
* Fix contours boolean inconsistency by Grantim in https://github.com/MeshInspector/MeshLib/pull/302
* add object xf while picking edge by astrowander in https://github.com/MeshInspector/MeshLib/pull/303
* Test that TBB task is started in another thread by Fedr in https://github.com/MeshInspector/MeshLib/pull/301
* Propagate xfChangedSignal down the Objects tree 800 by astrowander in https://github.com/MeshInspector/MeshLib/pull/305
* Visualize label background by oitel in https://github.com/MeshInspector/MeshLib/pull/306
* Update mesh components allocations by Grantim in https://github.com/MeshInspector/MeshLib/pull/307
* MIC808: clear parent of orphans to avoid their subtrees augmentation by Fedr in https://github.com/MeshInspector/MeshLib/pull/309
* Draw label's source point and leader line by oitel in https://github.com/MeshInspector/MeshLib/pull/308
* Add try catch block in progress bar by Grantim in https://github.com/MeshInspector/MeshLib/pull/312
* add maxMeshDist python function by astrowander in https://github.com/MeshInspector/MeshLib/pull/310
* Parametrize label's ancillary visual elements by oitel in https://github.com/MeshInspector/MeshLib/pull/311
* I634 progress bar in export by ABSitf in https://github.com/MeshInspector/MeshLib/pull/300
* respect B-mesh region by astrowander in https://github.com/MeshInspector/MeshLib/pull/313
* Fix labels visualisation in wasm by Grantim in https://github.com/MeshInspector/MeshLib/pull/314
* Load build version from JavaScript in WASM by oitel in https://github.com/MeshInspector/MeshLib/pull/315
* fix findMaxDistanceSqOneWay function by astrowander in https://github.com/MeshInspector/MeshLib/pull/316
* Little ribbon improvements by Grantim in https://github.com/MeshInspector/MeshLib/pull/318
* Use one font for all platforms by Grantim in https://github.com/MeshInspector/MeshLib/pull/317
* Simplify duplicateNonManifoldVertices by Fedr in https://github.com/MeshInspector/MeshLib/pull/320
* Fix duplicateVertex by Fedr in https://github.com/MeshInspector/MeshLib/pull/322
* Remember last used directory on Linux and MacOS by oitel in https://github.com/MeshInspector/MeshLib/pull/321
* Upgrade to latest ImGui by Fedr in https://github.com/MeshInspector/MeshLib/pull/319
* progress bar in loading files (general function + load obj) by ABSitf in https://github.com/MeshInspector/MeshLib/pull/324
* duplicateNonManifoldVertices: support for not closed chains by Fedr in https://github.com/MeshInspector/MeshLib/pull/323
* Fix hidden window on monitor toggle 849 by Grantim in https://github.com/MeshInspector/MeshLib/pull/325
* Change default color for label's leader line and source point by oitel in https://github.com/MeshInspector/MeshLib/pull/326
* Eliminate IncidentVert::cIdx field by Fedr in https://github.com/MeshInspector/MeshLib/pull/328
* speed up visited vertices search by MaxRayskiy in https://github.com/MeshInspector/MeshLib/pull/327
* Fix rare macos rendering issue by Grantim in https://github.com/MeshInspector/MeshLib/pull/329

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

**Full Changelog**: https://github.com/MeshInspector/MeshLib/compare/v0.0.15.2...v0.0.16.111

0.0.15.2

Autogenerated release
<table>
<thead>
<tr>
<th>OS</th>
<th>Dev</th>
</tr>
</thead>
<tbody>
<tr>
<td align="center">Windows x64</td>
<td align="center">
<a href="../../releases/download/v0.0.15.2/MeshLibDist_v0.0.15.2.zip">zip</a>
</td>
</tr>
<tr>
<td align="center">Ubuntu 20 LTS x64</td>
<td align="center">
<a href="../../releases/download/v0.0.15.2/meshlib_v0.0.15.2_ubuntu20-dev.deb">deb</a>
</td>
</tr>
<tr>
<td align="center">Ubuntu 22 LTS x64</td>
<td align="center">
<a href="../../releases/download/v0.0.15.2/meshlib_v0.0.15.2_ubuntu22-dev.deb">deb</a>
</td>
</tr>
<tr>
<td align="center">Fedora 35 x64</td>
<td align="center">
<a href="../../releases/download/v0.0.15.2/meshlib_v0.0.15.2-dev.rpm">rpm</a>
</td>
</tr>
<tr>
<td align="center">MacOS</td>
<td colspan=3 align="center"> Coming soon! :green_apple:</td>
</tr>
</tbody>
</table>

0.0.14.81

Autogenerated release
<table>
<thead>
<tr>
<th>OS</th>
<th>Dev</th>
</tr>
</thead>
<tbody>
<tr>
<td align="center">Windows x64</td>
<td align="center">
<a href="../../releases/download/v0.0.14.81/MeshLibDist_v0.0.14.81.zip">zip</a>
</td>
</tr>
<tr>
<td align="center">Ubuntu 20 LTS x64</td>
<td align="center">
<a href="../../releases/download/v0.0.14.81/meshlib_v0.0.14.81_ubuntu20-dev.deb">deb</a>
</td>
</tr>
<tr>
<td align="center">Ubuntu 22 LTS x64</td>
<td align="center">
<a href="../../releases/download/v0.0.14.81/meshlib_v0.0.14.81_ubuntu22-dev.deb">deb</a>
</td>
</tr>
<tr>
<td align="center">Fedora 35 x64</td>
<td align="center">
<a href="../../releases/download/v0.0.14.81/meshlib_v0.0.14.81-dev.rpm">rpm</a>
</td>
</tr>
<tr>
<td align="center">MacOS</td>
<td colspan=3 align="center"> Coming soon! :green_apple:</td>
</tr>
</tbody>
</table>

What's Changed
* Setup gitpod by Grantim in https://github.com/MeshInspector/MeshLib/pull/190
* Decimate: maxEdgeLen parameter by Fedr in https://github.com/MeshInspector/MeshLib/pull/191
* Vertical stitch metric update by Grantim in https://github.com/MeshInspector/MeshLib/pull/192
* Subdivide lone contours update by Grantim in https://github.com/MeshInspector/MeshLib/pull/193
* FaceBitSet getIncidentFaces( const MeshTopology & topology, const Und… by Fedr in https://github.com/MeshInspector/MeshLib/pull/194
* Do not relosve degenerated contours on boolean by Grantim in https://github.com/MeshInspector/MeshLib/pull/195
* Decimate: optional adjustCollapse parameter by Fedr in https://github.com/MeshInspector/MeshLib/pull/197
* Smileos 3.0 ports by adalisk-emikhaylov in https://github.com/MeshInspector/MeshLib/pull/196
* Fix eigen test. by adalisk-emikhaylov in https://github.com/MeshInspector/MeshLib/pull/199
* Use MR::Vector for color load/save functions by Fedr in https://github.com/MeshInspector/MeshLib/pull/200
* Close monotone segments in plane triangulation by Grantim in https://github.com/MeshInspector/MeshLib/pull/203
* Save colored meshes in MRU by Fedr in https://github.com/MeshInspector/MeshLib/pull/202
* Update gtest module for emscripten by Grantim in https://github.com/MeshInspector/MeshLib/pull/204
* Smileos 3.0 ports by MaxRayskiy in https://github.com/MeshInspector/MeshLib/pull/201
* Save many named meshes in one OBJ file by Fedr in https://github.com/MeshInspector/MeshLib/pull/206
* add ubuntu-22 by MaxRayskiy in https://github.com/MeshInspector/MeshLib/pull/205
* Add ObjectLabel by Grantim in https://github.com/MeshInspector/MeshLib/pull/207
* Mesh::discreteMeanCurvature by Fedr in https://github.com/MeshInspector/MeshLib/pull/209
* update filters by MaxRayskiy in https://github.com/MeshInspector/MeshLib/pull/208
* Remove old deprecated functions by Fedr in https://github.com/MeshInspector/MeshLib/pull/210
* Load mesh from STL: duplicate non-manifold vertices to resolve them by Fedr in https://github.com/MeshInspector/MeshLib/pull/211
* skip degenerate triangles by MaxRayskiy in https://github.com/MeshInspector/MeshLib/pull/212
* use aws instances for image rebuild by MaxRayskiy in https://github.com/MeshInspector/MeshLib/pull/213
* Little fix load obj format by Grantim in https://github.com/MeshInspector/MeshLib/pull/214
* add split strings function by Grantim in https://github.com/MeshInspector/MeshLib/pull/215
* Writer class and MR_WRITER macro for all objects (not only meshes) by Fedr in https://github.com/MeshInspector/MeshLib/pull/216
* subdividePolyline function added by Fedr in https://github.com/MeshInspector/MeshLib/pull/217
* Add segment by FBS and python bindings by Grantim in https://github.com/MeshInspector/MeshLib/pull/218
* Add get all mesh curvature to python by Grantim in https://github.com/MeshInspector/MeshLib/pull/219
* Max angle change limit in Delone optimization by Fedr in https://github.com/MeshInspector/MeshLib/pull/220
* Compute angle between two vectors via atan2 by Fedr in https://github.com/MeshInspector/MeshLib/pull/221
* Curvature-based mesh subdivision by Fedr in https://github.com/MeshInspector/MeshLib/pull/223
* Add MRViewer to MeshLib by Grantim in https://github.com/MeshInspector/MeshLib/pull/222
* Update color theme and some icons by Grantim in https://github.com/MeshInspector/MeshLib/pull/224
* show error modal on save failure by Grantim in https://github.com/MeshInspector/MeshLib/pull/225
* clearObjectMeshWithHistory by Fedr in https://github.com/MeshInspector/MeshLib/pull/226
* force redraw when progressbar finished by Grantim in https://github.com/MeshInspector/MeshLib/pull/227
* Update documentation by Grantim in https://github.com/MeshInspector/MeshLib/pull/229
* Ubuntu22 distro by MaxRayskiy in https://github.com/MeshInspector/MeshLib/pull/228
* Add change polyline action by Grantim in https://github.com/MeshInspector/MeshLib/pull/230
* New mechanism of shifting plugin dialog down due to ribbon by Grantim in https://github.com/MeshInspector/MeshLib/pull/231
* Add helper for non animated modals by Grantim in https://github.com/MeshInspector/MeshLib/pull/232
* reworked drawing basis axes labels by ABSitf in https://github.com/MeshInspector/MeshLib/pull/233
* Fix add polyline non packed part by Grantim in https://github.com/MeshInspector/MeshLib/pull/234
* Remove deprecated methods from Mesh, MeshTopology and Polyline by Fedr in https://github.com/MeshInspector/MeshLib/pull/235
* Progress callback in subdivide by Fedr in https://github.com/MeshInspector/MeshLib/pull/236
* ObjectMesh::updateMesh replaced ObjectMesh::swapMesh for more conveni… by Fedr in https://github.com/MeshInspector/MeshLib/pull/237
* Support touch events in wasm by Grantim in https://github.com/MeshInspector/MeshLib/pull/238
* ObjectTransformWidget width and radius as parameter by Grantim in https://github.com/MeshInspector/MeshLib/pull/240
* Support more dicom cases by Grantim in https://github.com/MeshInspector/MeshLib/pull/241
* Update axes labels color on theme change by Grantim in https://github.com/MeshInspector/MeshLib/pull/243
* 668 Make Delone progress bar by astrowander in https://github.com/MeshInspector/MeshLib/pull/242
* Add scale alpha function by astrowander in https://github.com/MeshInspector/MeshLib/pull/239
* useCurvature option in popyline subdivide by Fedr in https://github.com/MeshInspector/MeshLib/pull/244

New Contributors
* adalisk-emikhaylov made their first contribution in https://github.com/MeshInspector/MeshLib/pull/196
* astrowander made their first contribution in https://github.com/MeshInspector/MeshLib/pull/242

**Full Changelog**: https://github.com/MeshInspector/MeshLib/compare/v0.0.13.24...v0.0.14.81

0.0.13.24

Autogenerated release
<table>
<thead>
<tr>
<th>OS</th>
<th>Dev</th>
</tr>
</thead>
<tbody>
<tr>
<td align="center">Windows x64</td>
<td align="center">
<a href="../../releases/download/v0.0.13.24/MeshLibDist_v0.0.13.24.zip">zip</a>
</td>
</tr>
<tr>
<td align="center">Ubuntu 20 LTS x64</td>
<td align="center">
<a href="../../releases/download/v0.0.13.24/meshlib_v0.0.13.24-dev.deb">deb</a>
</td>
</tr>
<tr>
<td align="center">Fedora 35 x64</td>
<td align="center">
<a href="../../releases/download/v0.0.13.24/meshlib_v0.0.13.24-dev.rpm">rpm</a>
</td>
</tr>
<tr>
<td align="center">MacOS</td>
<td colspan=3 align="center"> Coming soon! :green_apple:</td>
</tr>
</tbody>
</table>

What's Changed
* AABBTreePoints for Mesh by Fedr in https://github.com/MeshInspector/MeshLib/pull/173
* MeshBuilder::uniteCloseVertices by Fedr in https://github.com/MeshInspector/MeshLib/pull/175
* Fix some new clang warnings by Grantim in https://github.com/MeshInspector/MeshLib/pull/174
* Use double calculations in planar path optimization by Grantim in https://github.com/MeshInspector/MeshLib/pull/176
* Add sign detection method to contours distance map by Grantim in https://github.com/MeshInspector/MeshLib/pull/177
* deleteFace(s) are methods of MeshTopology now by Fedr in https://github.com/MeshInspector/MeshLib/pull/178
* Polyline components separation by Grantim in https://github.com/MeshInspector/MeshLib/pull/179
* Tetrahedron detection and relax by Grantim in https://github.com/MeshInspector/MeshLib/pull/180
* remove boost geometry requirement by Grantim in https://github.com/MeshInspector/MeshLib/pull/181
* Split win and linux docker builds by MaxRayskiy in https://github.com/MeshInspector/MeshLib/pull/182
* invalidate caches when needed by Grantim in https://github.com/MeshInspector/MeshLib/pull/183
* Update integration documentation by Grantim in https://github.com/MeshInspector/MeshLib/pull/184
* Merge MREAlgorithms into MRMesh by Fedr in https://github.com/MeshInspector/MeshLib/pull/185
* update win container tag by MaxRayskiy in https://github.com/MeshInspector/MeshLib/pull/188
* added iso change signal by ABSitf in https://github.com/MeshInspector/MeshLib/pull/186
* Merge mrealgorithmspy in mrmeshpy by Fedr in https://github.com/MeshInspector/MeshLib/pull/187
* update dirty flags due to corner rendering by Grantim in https://github.com/MeshInspector/MeshLib/pull/189


**Full Changelog**: https://github.com/MeshInspector/MeshLib/compare/v0.0.12.5...v0.0.13.24

0.0.12.5

Autogenerated release
<table>
<thead>
<tr>
<th>OS</th>
<th>Dev</th>
</tr>
</thead>
<tbody>
<tr>
<td align="center">Windows x64</td>
<td align="center">
<a href="../../releases/download/v0.0.12.5/MeshLibDist_v0.0.12.5.zip">zip</a>
</td>
</tr>
<tr>
<td align="center">Ubuntu 20 LTS x64</td>
<td align="center">
<a href="../../releases/download/v0.0.12.5/meshlib_v0.0.12.5-dev.deb">deb</a>
</td>
</tr>
<tr>
<td align="center">Fedora 35 x64</td>
<td align="center">
<a href="../../releases/download/v0.0.12.5/meshlib_v0.0.12.5-dev.rpm">rpm</a>
</td>
</tr>
<tr>
<td align="center">MacOS</td>
<td colspan=3 align="center"> Coming soon! :green_apple:</td>
</tr>
</tbody>
</table>

0.0.11.6

Autogenerated release
<table>
<thead>
<tr>
<th>OS</th>
<th>Dev</th>
</tr>
</thead>
<tbody>
<tr>
<td align="center">Windows x64</td>
<td align="center">
<a href="../../releases/download/v0.0.11.6/MeshLibDist_v0.0.11.6.zip">zip</a>
</td>
</tr>
<tr>
<td align="center">Ubuntu 20 LTS x64</td>
<td align="center">
<a href="../../releases/download/v0.0.11.6/meshlib_v0.0.11.6-dev.deb">deb</a>
</td>
</tr>
<tr>
<td align="center">Fedora 35 x64</td>
<td align="center">
<a href="../../releases/download/v0.0.11.6/meshlib_v0.0.11.6-dev.rpm">rpm</a>
</td>
</tr>
<tr>
<td align="center">MacOS</td>
<td colspan=3 align="center"> Coming soon! :green_apple:</td>
</tr>
</tbody>
</table>

Page 16 of 18

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.