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

0.0.34.78

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="https://github.com/MeshInspector/MeshLib/releases/download/v0.0.34.78/MeshLibDist_v0.0.34.78.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/v0.0.34.78/meshlib_v0.0.34.78_ubuntu20-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/v0.0.34.78/meshlib_v0.0.34.78_ubuntu22-dev.deb">deb</a>
</td>
</tr>
<tr>
<td align="center">Fedora 35 x64</td>
<td align="center">
<a href="https://github.com/MeshInspector/MeshLib/releases/download/v0.0.34.78/meshlib_v0.0.34.78-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
* Update wasm infinite rendering fix by Grantim in https://github.com/MeshInspector/MeshLib/pull/737
* Optimize AABBTree creation, especially for packed meshes by Fedr in https://github.com/MeshInspector/MeshLib/pull/738
* add Ambient Strength & Specular Strength to UI by astrowander in https://github.com/MeshInspector/MeshLib/pull/739
* I1352 fix bugs 1 by ABSitf in https://github.com/MeshInspector/MeshLib/pull/740
* formatNoTrailingZeros and roundToPrecision functions by Fedr in https://github.com/MeshInspector/MeshLib/pull/742
* Show app name in tab title by Grantim in https://github.com/MeshInspector/MeshLib/pull/744
* Add tab sort priority and hide open voxels buttons by Grantim in https://github.com/MeshInspector/MeshLib/pull/745
* added spacemouse settings by ABSitf in https://github.com/MeshInspector/MeshLib/pull/743
* Mesh Decimate: optionally allow edge flipping (in addition to collapsing) to improve Delone quality of the mesh by Fedr in https://github.com/MeshInspector/MeshLib/pull/741
* add computeGeodesicPath() func to python by astrowander in https://github.com/MeshInspector/MeshLib/pull/746
* add computeSurfaceDistances function to python by astrowander in https://github.com/MeshInspector/MeshLib/pull/748
* Mesh::zeroUnusedPoints() and BitSetParallelForReset() by Fedr in https://github.com/MeshInspector/MeshLib/pull/749
* RenderMeshObject: fill buffer entries for unused triangles as well by Fedr in https://github.com/MeshInspector/MeshLib/pull/750
* Refactor wasm frame request by Grantim in https://github.com/MeshInspector/MeshLib/pull/751
* Print slowest places from time records by Fedr in https://github.com/MeshInspector/MeshLib/pull/752
* Smaller names for uniform shader params by Grantim in https://github.com/MeshInspector/MeshLib/pull/755
* Add optional asyncify build flag by Grantim in https://github.com/MeshInspector/MeshLib/pull/756
* Add option to get faces created by uniteManyMeshes by oitel in https://github.com/MeshInspector/MeshLib/pull/758
* add progress callbacks by astrowander in https://github.com/MeshInspector/MeshLib/pull/761
* fix crash in OpenRAW Voxels dialog by astrowander in https://github.com/MeshInspector/MeshLib/pull/763
* Improve mesh to volume by Grantim in https://github.com/MeshInspector/MeshLib/pull/764
* update openvdb for linux to 10.0.1 by MaxRayskiy in https://github.com/MeshInspector/MeshLib/pull/753
* fix spacemouse unfocused and modal popup by ABSitf in https://github.com/MeshInspector/MeshLib/pull/762
* Refactor OBJ file loader by oitel in https://github.com/MeshInspector/MeshLib/pull/765
* fix crash when voxels are interpreted as DistanceMap by astrowander in https://github.com/MeshInspector/MeshLib/pull/767
* Unify cancel messages in the opening dialogs by astrowander in https://github.com/MeshInspector/MeshLib/pull/768
* Fixes for OBJ file parser by oitel in https://github.com/MeshInspector/MeshLib/pull/769
* wasm ios floating bug workaround by Grantim in https://github.com/MeshInspector/MeshLib/pull/771
* RenderMeshObject: do not fill elements for missing triangles by Fedr in https://github.com/MeshInspector/MeshLib/pull/772
* update vcpkg to 2022.11.14 by MaxRayskiy in https://github.com/MeshInspector/MeshLib/pull/754
* Add read support for JPEG images by oitel in https://github.com/MeshInspector/MeshLib/pull/770
* Fixes for OBJ file parser by oitel in https://github.com/MeshInspector/MeshLib/pull/774
* Shaders update by Grantim in https://github.com/MeshInspector/MeshLib/pull/775
* Mesh::addPartByFaceMap to receive desired order of faces in the result by Fedr in https://github.com/MeshInspector/MeshLib/pull/776
* Add more python bindings by Grantim in https://github.com/MeshInspector/MeshLib/pull/777
* Safe decoder for multithreaded wasm by Grantim in https://github.com/MeshInspector/MeshLib/pull/778
* Measure and print times from progress thread by Fedr in https://github.com/MeshInspector/MeshLib/pull/779
* Add advanced visual parameters by Grantim in https://github.com/MeshInspector/MeshLib/pull/782
* MeshTopology::addPartByMask optimizations by Fedr in https://github.com/MeshInspector/MeshLib/pull/781
* Add simplified Chinese support by Grantim in https://github.com/MeshInspector/MeshLib/pull/784
* use cmake --install for thirdparty by MaxRayskiy in https://github.com/MeshInspector/MeshLib/pull/780
* openvdb v9 for ubuntu20 by MaxRayskiy in https://github.com/MeshInspector/MeshLib/pull/786


**Full Changelog**: https://github.com/MeshInspector/MeshLib/compare/v0.0.33.55...v0.0.34.78

0.0.33.55

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="https://github.com/MeshInspector/MeshLib/releases/download/v0.0.33.55/MeshLibDist_v0.0.33.55.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/v0.0.33.55/meshlib_v0.0.33.55_ubuntu20-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/v0.0.33.55/meshlib_v0.0.33.55_ubuntu22-dev.deb">deb</a>
</td>
</tr>
<tr>
<td align="center">Fedora 35 x64</td>
<td align="center">
<a href="https://github.com/MeshInspector/MeshLib/releases/download/v0.0.33.55/meshlib_v0.0.33.55-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
* ObjectChildrenHolder: prevent it to be used anyhow, but only as base … by Fedr in https://github.com/MeshInspector/MeshLib/pull/701
* restrict palette height by astrowander in https://github.com/MeshInspector/MeshLib/pull/698
* Silence UBSAN warning. by adalisk-emikhaylov in https://github.com/MeshInspector/MeshLib/pull/703
* update pybind11 to v2.10.1 by MaxRayskiy in https://github.com/MeshInspector/MeshLib/pull/668
* PolylineProject: one general implementation for 2D and 3D by Fedr in https://github.com/MeshInspector/MeshLib/pull/704
* I1352 support spacemouse win by ABSitf in https://github.com/MeshInspector/MeshLib/pull/702
* doSegmentsIntersect( const LineSegm2d & x, const LineSegm2d & y ) by Fedr in https://github.com/MeshInspector/MeshLib/pull/705
* Touches pass to cpp by Grantim in https://github.com/MeshInspector/MeshLib/pull/706
* Do not include Boost if only SSE is necessary by Fedr in https://github.com/MeshInspector/MeshLib/pull/707
* findEdgesInBall by Fedr in https://github.com/MeshInspector/MeshLib/pull/708
* added SpaceMouseController to map spacemouse events to programm actions by ABSitf in https://github.com/MeshInspector/MeshLib/pull/709
* Line class generalized for 2D and 3D by Fedr in https://github.com/MeshInspector/MeshLib/pull/710
* getUnionFindStructureVerts: allocate less if small region is given by Fedr in https://github.com/MeshInspector/MeshLib/pull/711
* convert an assert in static by Fedr in https://github.com/MeshInspector/MeshLib/pull/712
* struct EdgePoint represents points both on mesh and on polyline by Fedr in https://github.com/MeshInspector/MeshLib/pull/714
* wasm touches events js update by Grantim in https://github.com/MeshInspector/MeshLib/pull/715
* findCollidingEdgePairs and findSelfCollidingEdgePairs by Fedr in https://github.com/MeshInspector/MeshLib/pull/717
* Load voxels from tiff by astrowander in https://github.com/MeshInspector/MeshLib/pull/713
* Remove potentially UB static_cast from ObjectChildrenHolder by Fedr in https://github.com/MeshInspector/MeshLib/pull/718
* temp fix for viewport by ivan-afanasev-sdc in https://github.com/MeshInspector/MeshLib/pull/716
* Support not-ASCII paths in config.json by Fedr in https://github.com/MeshInspector/MeshLib/pull/719
* Add python311 to pip by MaxRayskiy in https://github.com/MeshInspector/MeshLib/pull/721
* Improve touch events by Grantim in https://github.com/MeshInspector/MeshLib/pull/722
* Find ray and polyline intersections by Fedr in https://github.com/MeshInspector/MeshLib/pull/723
* Make parallel pre-check for Delone edge flips by oitel in https://github.com/MeshInspector/MeshLib/pull/726
* rename python numpy create mesh function by Grantim in https://github.com/MeshInspector/MeshLib/pull/727
* fix cancel loading dicom and folder by ABSitf in https://github.com/MeshInspector/MeshLib/pull/724
* add ambientStrength and specularStrength parameters by astrowander in https://github.com/MeshInspector/MeshLib/pull/720
* fix inversion by astrowander in https://github.com/MeshInspector/MeshLib/pull/729
* added blocking mouse scroll when exists spacemouse by ABSitf in https://github.com/MeshInspector/MeshLib/pull/731
* remove vieportGl.init() from viewport by ivan-afanasev-sdc in https://github.com/MeshInspector/MeshLib/pull/732
* fix crashes & improve UI by astrowander in https://github.com/MeshInspector/MeshLib/pull/733
* add loadTiffDir function to python by astrowander in https://github.com/MeshInspector/MeshLib/pull/735
* Buffer::resize() do not reallocate and preserve values if possible by Fedr in https://github.com/MeshInspector/MeshLib/pull/734
* BitSet::nthSetBit by Fedr in https://github.com/MeshInspector/MeshLib/pull/736

New Contributors
* ivan-afanasev-sdc made their first contribution in https://github.com/MeshInspector/MeshLib/pull/716

**Full Changelog**: https://github.com/MeshInspector/MeshLib/compare/v0.0.32.23...v0.0.33.55

0.0.32.23

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="https://github.com/MeshInspector/MeshLib/releases/download/v0.0.32.23/MeshLibDist_v0.0.32.23.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/v0.0.32.23/meshlib_v0.0.32.23_ubuntu20-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/v0.0.32.23/meshlib_v0.0.32.23_ubuntu22-dev.deb">deb</a>
</td>
</tr>
<tr>
<td align="center">Fedora 35 x64</td>
<td align="center">
<a href="https://github.com/MeshInspector/MeshLib/releases/download/v0.0.32.23/meshlib_v0.0.32.23-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
* Shortest edge path construction for start/end points not only in vertices by Fedr in https://github.com/MeshInspector/MeshLib/pull/688
* Bump tj-actions/branch-names from 6.2 to 6.3 by dependabot in https://github.com/MeshInspector/MeshLib/pull/689
* Begin custom state plugin little refactor by Grantim in https://github.com/MeshInspector/MeshLib/pull/690
* Replace std::execution::par with tbb::parallel_reduce by Fedr in https://github.com/MeshInspector/MeshLib/pull/692
* Fix UI in sidebar by astrowander in https://github.com/MeshInspector/MeshLib/pull/693
* Compute surface distance with A* optimization by Fedr in https://github.com/MeshInspector/MeshLib/pull/691
* Change Decimate::MaxEdgeLen parameter by Fedr in https://github.com/MeshInspector/MeshLib/pull/694
* Planar triangulator improvement MIC1385 by Grantim in https://github.com/MeshInspector/MeshLib/pull/695
* Laplacian: freeVerts must not include all vertices of a mesh connected component by Fedr in https://github.com/MeshInspector/MeshLib/pull/697
* refactoring ObjectVoxels to VdbVolume in load DICOM by ABSitf in https://github.com/MeshInspector/MeshLib/pull/671
* Mesh::quadraticForm method by Fedr in https://github.com/MeshInspector/MeshLib/pull/699
* Update wasm scripts by Grantim in https://github.com/MeshInspector/MeshLib/pull/700


**Full Changelog**: https://github.com/MeshInspector/MeshLib/compare/v0.0.31.33...v0.0.32.23

0.0.31.33

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="https://github.com/MeshInspector/MeshLib/releases/download/v0.0.31.33/MeshLibDist_v0.0.31.33.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/v0.0.31.33/meshlib_v0.0.31.33_ubuntu20-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/v0.0.31.33/meshlib_v0.0.31.33_ubuntu22-dev.deb">deb</a>
</td>
</tr>
<tr>
<td align="center">Fedora 35 x64</td>
<td align="center">
<a href="https://github.com/MeshInspector/MeshLib/releases/download/v0.0.31.33/meshlib_v0.0.31.33-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
* fix doule-click blocking in Palette by astrowander in https://github.com/MeshInspector/MeshLib/pull/664
* Center scene checkboxes by Grantim in https://github.com/MeshInspector/MeshLib/pull/666
* reducePath: early removal of returns in the path by Fedr in https://github.com/MeshInspector/MeshLib/pull/670
* fix disappearing section line by astrowander in https://github.com/MeshInspector/MeshLib/pull/673
* Treat mesh components during mesh nesting check correctly by oitel in https://github.com/MeshInspector/MeshLib/pull/672
* Get rotation pivot by Grantim in https://github.com/MeshInspector/MeshLib/pull/675
* detach line from parent on mouse down event by astrowander in https://github.com/MeshInspector/MeshLib/pull/676
* Exclude/replace nested meshes during batch mesh uniting by oitel in https://github.com/MeshInspector/MeshLib/pull/674
* MeshDecimate: skip normal check only for degenerate triangles by Fedr in https://github.com/MeshInspector/MeshLib/pull/679
* use centered text box in scene info window by astrowander in https://github.com/MeshInspector/MeshLib/pull/678
* add title and tooltip to read-only text box by astrowander in https://github.com/MeshInspector/MeshLib/pull/680
* refactor InputTextCenteredReadOnly by astrowander in https://github.com/MeshInspector/MeshLib/pull/681
* shortestPathInQuadrangle function and isUnfoldQuadrangleConvex implemented using it by Fedr in https://github.com/MeshInspector/MeshLib/pull/682
* update mouse events not to lose outside mouseup by Grantim in https://github.com/MeshInspector/MeshLib/pull/683
* Get rid of reusable workflows tags by MaxRayskiy in https://github.com/MeshInspector/MeshLib/pull/685
* Change grid action by astrowander in https://github.com/MeshInspector/MeshLib/pull/684
* align Scene Info fields by astrowander in https://github.com/MeshInspector/MeshLib/pull/687


**Full Changelog**: https://github.com/MeshInspector/MeshLib/compare/v0.0.30.34...v0.0.31.33

0.0.30.34

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="https://github.com/MeshInspector/MeshLib/releases/download/v0.0.30.34/MeshLibDist_v0.0.30.34.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/v0.0.30.34/meshlib_v0.0.30.34_ubuntu20-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/v0.0.30.34/meshlib_v0.0.30.34_ubuntu22-dev.deb">deb</a>
</td>
</tr>
<tr>
<td align="center">Fedora 35 x64</td>
<td align="center">
<a href="https://github.com/MeshInspector/MeshLib/releases/download/v0.0.30.34/meshlib_v0.0.30.34-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
* Bump robinraju/release-downloader from 1.5 to 1.6 by dependabot in https://github.com/MeshInspector/MeshLib/pull/646
* fix UI in fill holes plugin by astrowander in https://github.com/MeshInspector/MeshLib/pull/647
* setup python 3.10 as default by MaxRayskiy in https://github.com/MeshInspector/MeshLib/pull/650
* Don't unset the "swap on last only" flag in `incrementForceRedrawFrames()`. by adalisk-emikhaylov in https://github.com/MeshInspector/MeshLib/pull/648
* refactoring ObjectVoxels to vdbVolume as functions argument (part 1) by ABSitf in https://github.com/MeshInspector/MeshLib/pull/645
* Add 2d convex quadrangle check in delone by Grantim in https://github.com/MeshInspector/MeshLib/pull/651
* Fix radio buttons by astrowander in https://github.com/MeshInspector/MeshLib/pull/653
* Add python 3.11 support by MaxRayskiy in https://github.com/MeshInspector/MeshLib/pull/652
* fix design of checkboxes by astrowander in https://github.com/MeshInspector/MeshLib/pull/654
* Parameters of resolveMeshDegenerations are collected into a structure; region parameter added MIC1345 by Fedr in https://github.com/MeshInspector/MeshLib/pull/658
* add read-only centered text box by astrowander in https://github.com/MeshInspector/MeshLib/pull/657
* use brew and python3.10 by MaxRayskiy in https://github.com/MeshInspector/MeshLib/pull/656
* little boolean hole filling improvement by Grantim in https://github.com/MeshInspector/MeshLib/pull/659
* Use full segment-segment distance inside checkDeloneQuadrangleInMesh by Fedr in https://github.com/MeshInspector/MeshLib/pull/661
* decrease controls by astrowander in https://github.com/MeshInspector/MeshLib/pull/660
* Extract newfaces from boolean mapper by Grantim in https://github.com/MeshInspector/MeshLib/pull/663
* Compute mesh intersection points by oitel in https://github.com/MeshInspector/MeshLib/pull/662
* PolylineDecimator: prohibit collapse if it introduces a sharp turn in the line by Fedr in https://github.com/MeshInspector/MeshLib/pull/665


**Full Changelog**: https://github.com/MeshInspector/MeshLib/compare/v0.0.29.1...v0.0.30.34

0.0.29.1

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="https://github.com/MeshInspector/MeshLib/releases/download/v0.0.29.1/MeshLibDist_v0.0.29.1.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/v0.0.29.1/meshlib_v0.0.29.1_ubuntu20-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/v0.0.29.1/meshlib_v0.0.29.1_ubuntu22-dev.deb">deb</a>
</td>
</tr>
<tr>
<td align="center">Fedora 35 x64</td>
<td align="center">
<a href="https://github.com/MeshInspector/MeshLib/releases/download/v0.0.29.1/meshlib_v0.0.29.1-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 13 of 18

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.