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 9 of 18

2.1.6.68

<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.1.6/MeshLibDist_v2.1.6.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.1.6/meshlib_v2.1.6_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.1.6/meshlib_v2.1.6_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.1.6/meshlib_v2.1.6_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.1.6/meshlib_v2.1.6_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.1.6/meshlib_v2.1.6-dev.rpm">rpm</a>
</td>
</tr>
<tr>
<td align="center">MacOS x64</td>
<td align="center">
<a href="https://github.com/MeshInspector/MeshLib/releases/download/v2.1.6/meshlib_v2.1.6_x64.pkg">x64 pkg</a>
</td>
</tr>
<tr>
<td align="center">MacOS arm</td>
<td align="center">
<a href="https://github.com/MeshInspector/MeshLib/releases/download/v2.1.6/meshlib_v2.1.6_arm.pkg">arm pkg</a>
</td>
</tr>
</tbody>
</table>

What's Changed
* PlotCustomHistogram: simplify and improve UI by Fedr in https://github.com/MeshInspector/MeshLib/pull/1203
* Load DICOM as SimpleVolume by Fedr in https://github.com/MeshInspector/MeshLib/pull/1204
* Create customizable visualization for ObjectTransformWidget by Grantim in https://github.com/MeshInspector/MeshLib/pull/1205
* Prev/next selection to ignore ancillary objects by Fedr in https://github.com/MeshInspector/MeshLib/pull/1206
* Update parameters in voxel conversions by Grantim in https://github.com/MeshInspector/MeshLib/pull/1208
* An option to visualize ObjectVoxels with standard marching cubes by Fedr in https://github.com/MeshInspector/MeshLib/pull/1207
* Optimize volumeToMesh by Fedr in https://github.com/MeshInspector/MeshLib/pull/1209
* GridToMeshSettings by Fedr in https://github.com/MeshInspector/MeshLib/pull/1211
* Remove VolumeToMeshParams::neighborVoxExp by Fedr in https://github.com/MeshInspector/MeshLib/pull/1212
* Disable controls if no visible objects in Scene Tree by Fedr in https://github.com/MeshInspector/MeshLib/pull/1214
* Voxels to Mesh: early check on max vertices by Fedr in https://github.com/MeshInspector/MeshLib/pull/1213
* Improve object lines rendering by Grantim in https://github.com/MeshInspector/MeshLib/pull/1218
* added function to find closest polyline edge to mouse position by ABSitf in https://github.com/MeshInspector/MeshLib/pull/1216
* checkDeloneQuadrangle: return false if the difference is above rounding error by Fedr in https://github.com/MeshInspector/MeshLib/pull/1220
* Use new shaders for mesh lines by Grantim in https://github.com/MeshInspector/MeshLib/pull/1221
* Spacemouse: enable on all platforms by MaxRayskiy in https://github.com/MeshInspector/MeshLib/pull/1217
* ObjectMeshHolder::setDirtyFlags: set DIRTY_BOUNDING_BOX on faces or positions change by Fedr in https://github.com/MeshInspector/MeshLib/pull/1223
* Compute mesh points from triangle normals by Fedr in https://github.com/MeshInspector/MeshLib/pull/1219
* Planar triangulation fixes by Grantim in https://github.com/MeshInspector/MeshLib/pull/1224
* Progress bar fixes by Grantim in https://github.com/MeshInspector/MeshLib/pull/1225
* Smooth face normals by Fedr in https://github.com/MeshInspector/MeshLib/pull/1226
* Add full progress report to decimation by Grantim in https://github.com/MeshInspector/MeshLib/pull/1227
* Update edge indicator function 1215 by Fedr in https://github.com/MeshInspector/MeshLib/pull/1229
* DenoiseViaNormalsSettings::guideWeight by Fedr in https://github.com/MeshInspector/MeshLib/pull/1230
* Fix dead lock by Grantim in https://github.com/MeshInspector/MeshLib/pull/1232
* Allow DenseBox to be called with invalid region by Fedr in https://github.com/MeshInspector/MeshLib/pull/1233
* Toolpaths by astrowander in https://github.com/MeshInspector/MeshLib/pull/1231
* Add plugin deffered update by Grantim in https://github.com/MeshInspector/MeshLib/pull/1234
* mesh-like position computation order for edges by Grantim in https://github.com/MeshInspector/MeshLib/pull/1236
* Improve non-packed meshes rendering by Grantim in https://github.com/MeshInspector/MeshLib/pull/1237
* Support of Visual Studio 2022 version 17.6 by Fedr in https://github.com/MeshInspector/MeshLib/pull/1238
* findSmallestCloseVertices by Fedr in https://github.com/MeshInspector/MeshLib/pull/1239
* fromUVPoints: unite close vertices before constructing the mesh by Fedr in https://github.com/MeshInspector/MeshLib/pull/1240
* findCloseVertices by Fedr in https://github.com/MeshInspector/MeshLib/pull/1241
* findTwinEdges by Fedr in https://github.com/MeshInspector/MeshLib/pull/1242
* Toolpath interpolate arcs by astrowander in https://github.com/MeshInspector/MeshLib/pull/1244
* findTwinEdgeHashMap by Fedr in https://github.com/MeshInspector/MeshLib/pull/1246
* Add memory measurement to cuda calculators by Grantim in https://github.com/MeshInspector/MeshLib/pull/1245
* Add valid checkbox by Grantim in https://github.com/MeshInspector/MeshLib/pull/1247
* findOverlappingTris by Fedr in https://github.com/MeshInspector/MeshLib/pull/1248
* Fix new lines shader usage and degenerate lines by Grantim in https://github.com/MeshInspector/MeshLib/pull/1249
* using ThreePoints [[deprecated]] = Triangle3f; by Fedr in https://github.com/MeshInspector/MeshLib/pull/1251
* Load meshes from 3D Manufacturing Format (.model) by Fedr in https://github.com/MeshInspector/MeshLib/pull/1253
* revert hidapi spacemouse by MaxRayskiy in https://github.com/MeshInspector/MeshLib/pull/1254
* implement findOverlappingTris via processCloseTriangles by Fedr in https://github.com/MeshInspector/MeshLib/pull/1250
* fix for fmt-10 by MaxRayskiy in https://github.com/MeshInspector/MeshLib/pull/1255


**Full Changelog**: https://github.com/MeshInspector/MeshLib/compare/v2.1.5...v2.1.6

2.1.6

2.1.5.36

<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.1.5.36/MeshLibDist_v2.1.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.1.5.36/meshlib_v2.1.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.1.5.36/meshlib_v2.1.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.1.5.36/meshlib_v2.1.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.1.5.36/meshlib_v2.1.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.1.5.36/meshlib_v2.1.5-dev.rpm">rpm</a>
</td>
</tr>
<tr>
<td align="center">MacOS x64</td>
<td align="center">
<a href="https://github.com/MeshInspector/MeshLib/releases/download/v2.1.5.36/meshlib_v2.1.5_x64.pkg">x64 pkg</a>
</td>
</tr>
<tr>
<td align="center">MacOS arm</td>
<td align="center">
<a href="https://github.com/MeshInspector/MeshLib/releases/download/v2.1.5.36/meshlib_v2.1.5_arm.pkg">arm pkg</a>
</td>
</tr>
</tbody>
</table>

What's Changed
* VoxelGraphCut::adopt_ selects parent by the edge with smallest capacity by Fedr in https://github.com/MeshInspector/MeshLib/pull/1169
* rewrite VoxelGraphCut::buildInitialForest_ for best overall performance by Fedr in https://github.com/MeshInspector/MeshLib/pull/1170
* Support mirrored xf in shaders by Grantim in https://github.com/MeshInspector/MeshLib/pull/1171
* Parametrize center in ObjectTrasformationWidget by Grantim in https://github.com/MeshInspector/MeshLib/pull/1172
* VoxelGraphCut: replace deque, and grow_ for best performance by Fedr in https://github.com/MeshInspector/MeshLib/pull/1173
* VoxelGraphCut: precompute all neighbours for each voxel for best performance by Fedr in https://github.com/MeshInspector/MeshLib/pull/1174
* VoxelGraphCut: reduce memory consumption on neighbors storage by Fedr in https://github.com/MeshInspector/MeshLib/pull/1175
* Small fixes in Points Triangulator by Grantim in https://github.com/MeshInspector/MeshLib/pull/1176
* VoxelGraphCut: cache parent id of each voxel for best performance by Fedr in https://github.com/MeshInspector/MeshLib/pull/1177
* Add numpy triangulation test by Grantim in https://github.com/MeshInspector/MeshLib/pull/1178
* VoxelGraphCut: cache capacities in the current forest by Fedr in https://github.com/MeshInspector/MeshLib/pull/1180
* Cuda fast winding number by astrowander in https://github.com/MeshInspector/MeshLib/pull/1179
* Add progress logs by Grantim in https://github.com/MeshInspector/MeshLib/pull/1181
* VoxelGraphCut: implement hierarchical parallel approach by Fedr in https://github.com/MeshInspector/MeshLib/pull/1182
* Cuda fast winding number ii by astrowander in https://github.com/MeshInspector/MeshLib/pull/1183
* Fixes in progress bar by Grantim in https://github.com/MeshInspector/MeshLib/pull/1184
* Introduce numpy UV triangulation by Grantim in https://github.com/MeshInspector/MeshLib/pull/1185
* VoxelGraphCut: better subdivide work among subtasks by Fedr in https://github.com/MeshInspector/MeshLib/pull/1186
* Progress bar access from different threads fixes by Grantim in https://github.com/MeshInspector/MeshLib/pull/1187
* iso lines from distance map fixes by Grantim in https://github.com/MeshInspector/MeshLib/pull/1188
* BitSet::operator -= not to allocate extra memory by Fedr in https://github.com/MeshInspector/MeshLib/pull/1189
* Report progress only from main thread in openvdb by Grantim in https://github.com/MeshInspector/MeshLib/pull/1190
* VoxelGraphCut: in sub-tasks allocate smaller bit-sets by Fedr in https://github.com/MeshInspector/MeshLib/pull/1191
* VoxelGraphCut: no unnecessary recompute path capacity to source/sink in augment_ by Fedr in https://github.com/MeshInspector/MeshLib/pull/1192
* VoxelGraphCut: refactoring, timers and extra flow computations by Fedr in https://github.com/MeshInspector/MeshLib/pull/1193
* Add voxels info in menu info block by Grantim in https://github.com/MeshInspector/MeshLib/pull/1195
* ParallelFor functions to simplify creation of parallel regions by Fedr in https://github.com/MeshInspector/MeshLib/pull/1196
* Dicom transformation by Grantim in https://github.com/MeshInspector/MeshLib/pull/1197
* Add toTriPoint functions with vert arg by Grantim in https://github.com/MeshInspector/MeshLib/pull/1198
* Add some documentation by Grantim in https://github.com/MeshInspector/MeshLib/pull/1199


**Full Changelog**: https://github.com/MeshInspector/MeshLib/compare/v2.1.4.62...v2.1.5.36

2.1.5

2.1.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.1.4/MeshLibDist_v2.1.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.1.4/meshlib_v2.1.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.1.4/meshlib_v2.1.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.1.4/meshlib_v2.1.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.1.4/meshlib_v2.1.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.1.4/meshlib_v2.1.4-dev.rpm">rpm</a>
</td>
</tr>
<tr>
<td align="center">MacOS x64</td>
<td align="center">
<a href="https://github.com/MeshInspector/Meshlib/releases/download/v2.1.4/meshlib_v2.1.4_x64.pkg">x64 pkg</a>
</td>
</tr>
<tr>
<td align="center">MacOS arm</td>
<td align="center">
<a href="https://github.com/MeshInspector/Meshlib/releases/download/v2.1.4/meshlib_v2.1.4_arm.pkg">arm pkg</a>
</td>
</tr>
</tbody>
</table>

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

2.1.3.11

<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.1.3.11/MeshLibDist_v2.1.3.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.1.3.11/meshlib_v2.1.3_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.1.3.11/meshlib_v2.1.3_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.1.3.11/meshlib_v2.1.3_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.1.3.11/meshlib_v2.1.3_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.1.3.11/meshlib_v2.1.3-dev.rpm">rpm</a>
</td>
</tr>
<tr>
<td align="center">MacOS x64</td>
<td align="center">
<a href="https://github.com/MeshInspector/MeshLib/releases/download/v2.1.3.11/meshlib_v2.1.3_x64.pkg">x64 pkg</a>
</td>
</tr>
<tr>
<td align="center">MacOS arm</td>
<td align="center">
<a href="https://github.com/MeshInspector/MeshLib/releases/download/v2.1.3.11/meshlib_v2.1.3_arm.pkg">arm pkg</a>
</td>
</tr>
</tbody>
</table>

What's Changed
* Viewport::getFullViewportInversedMatrix: compute inverse in double precision to avoid NaN for very small scales by Fedr in https://github.com/MeshInspector/MeshLib/pull/1122
* Viewport::viewM_ is no longer mutable, less const_casts by Fedr in https://github.com/MeshInspector/MeshLib/pull/1124
* Viewport::projM_ is no longer mutable by Fedr in https://github.com/MeshInspector/MeshLib/pull/1127
* refactoring ImGuiHelpers: move custom ui elements in separate file by ABSitf in https://github.com/MeshInspector/MeshLib/pull/1121
* Viewport::viewportGL_ is no longer mutable by Fedr in https://github.com/MeshInspector/MeshLib/pull/1128
* Refactor distancemap to isolines by Grantim in https://github.com/MeshInspector/MeshLib/pull/1126
* Viewport::needRedraw_ is no longer mutable by Fedr in https://github.com/MeshInspector/MeshLib/pull/1130
* Update cuda basic by Grantim in https://github.com/MeshInspector/MeshLib/pull/1129
* Delete Viewport::Parameters::basisAxesXf by Fedr in https://github.com/MeshInspector/MeshLib/pull/1131
* getXfFromOxyPlane function extracted from fillContours2D by Fedr in https://github.com/MeshInspector/MeshLib/pull/1132
* Introduce linesChangedSignal in ObjectLines by Fedr in https://github.com/MeshInspector/MeshLib/pull/1133
* Update pip-build workflow by MaxRayskiy in https://github.com/MeshInspector/MeshLib/pull/1135


**Full Changelog**: https://github.com/MeshInspector/MeshLib/compare/v2.1.2.37...v2.1.3.11

Page 9 of 18

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.