Meshlib

Latest version: v3.0.1.205

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

Scan your dependencies

Page 13 of 18

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>

0.0.28.16

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.28.16/MeshLibDist_v0.0.28.16.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.28.16/meshlib_v0.0.28.16_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.28.16/meshlib_v0.0.28.16_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.28.16/meshlib_v0.0.28.16-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 uniteManyMeshes to use precise intersection search by Grantim in https://github.com/MeshInspector/MeshLib/pull/633
* extract computeSurfacePathApprox() from computeSurfacePath() by Fedr in https://github.com/MeshInspector/MeshLib/pull/634
* Update patchelf by MaxRayskiy in https://github.com/MeshInspector/MeshLib/pull/637
* added progressbar and error window in load from arguments by ABSitf in https://github.com/MeshInspector/MeshLib/pull/635
* Export offsetMesh to python by Grantim in https://github.com/MeshInspector/MeshLib/pull/638
* Add new python test save slice to image by ADniill in https://github.com/MeshInspector/MeshLib/pull/636
* Simplify the code of buildSmallestMetricPathBiDir function by Fedr in https://github.com/MeshInspector/MeshLib/pull/639
* Python updates by Grantim in https://github.com/MeshInspector/MeshLib/pull/640
* A* modification of Dijkstra algorithm by Fedr in https://github.com/MeshInspector/MeshLib/pull/642
* Expose rayMeshIntersect to python by Grantim in https://github.com/MeshInspector/MeshLib/pull/643
* Skip serializing to JSON identity matrices and transforms to save the space by Fedr in https://github.com/MeshInspector/MeshLib/pull/644


**Full Changelog**: https://github.com/MeshInspector/MeshLib/compare/v0.0.27.27...v0.0.28.16

0.0.27.27

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.27.27/MeshLibDist_v0.0.27.27.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.27.27/meshlib_v0.0.27.27_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.27.27/meshlib_v0.0.27.27_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.27.27/meshlib_v0.0.27.27-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 embedded python test for external project by MaxRayskiy in https://github.com/MeshInspector/MeshLib/pull/604
* change functions' signatures in VoxelsSave by astrowander in https://github.com/MeshInspector/MeshLib/pull/620
* Per viewport xf for object transformation widget by Grantim in https://github.com/MeshInspector/MeshLib/pull/621
* Timer: move string with name by Fedr in https://github.com/MeshInspector/MeshLib/pull/624
* add python exports by astrowander in https://github.com/MeshInspector/MeshLib/pull/622
* Fix MinGW build by oitel in https://github.com/MeshInspector/MeshLib/pull/623
* MeshTopology::resizeBeforeParallelAdd does not initalize edges for better performance by Fedr in https://github.com/MeshInspector/MeshLib/pull/625
* fromSceneObjFile: show errors if a face has less or more than 3 vertices by Fedr in https://github.com/MeshInspector/MeshLib/pull/627
* Deprecate MeshBuilder::fromVertexTriples by Fedr in https://github.com/MeshInspector/MeshLib/pull/628
* meshconv: option to print performance timings in the end by Fedr in https://github.com/MeshInspector/MeshLib/pull/629
* Improve voxels in python and other small by ABSitf in https://github.com/MeshInspector/MeshLib/pull/626
* Bump docker/login-action from 1 to 2 by dependabot in https://github.com/MeshInspector/MeshLib/pull/630
* Voxels binding to python updates by Grantim in https://github.com/MeshInspector/MeshLib/pull/631
* added dilate / erode method for edges by ABSitf in https://github.com/MeshInspector/MeshLib/pull/632


**Full Changelog**: https://github.com/MeshInspector/MeshLib/compare/v0.0.26.43...v0.0.27.27

0.0.26.43

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.26.43/MeshLibDist_v0.0.26.43.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.26.43/meshlib_v0.0.26.43_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.26.43/meshlib_v0.0.26.43_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.26.43/meshlib_v0.0.26.43-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
* resolveMeshDegenerations redesigned to reduce triangle aspect ratio by Fedr in https://github.com/MeshInspector/MeshLib/pull/581
* fix: instal thirdparty with vcpkg on windows by maidamai0 in https://github.com/MeshInspector/MeshLib/pull/584
* Fix render normals binding by Grantim in https://github.com/MeshInspector/MeshLib/pull/587
* Drop menu icons by astrowander in https://github.com/MeshInspector/MeshLib/pull/586
* Fedora: fix install test by MaxRayskiy in https://github.com/MeshInspector/MeshLib/pull/589
* Make workflow more friendly for outside collaborator by MaxRayskiy in https://github.com/MeshInspector/MeshLib/pull/588
* fixed check and opening files in console by ABSitf in https://github.com/MeshInspector/MeshLib/pull/590
* added guide for build with Emscripten on Linux by ABSitf in https://github.com/MeshInspector/MeshLib/pull/591
* Update vcpkg instruction by MaxRayskiy in https://github.com/MeshInspector/MeshLib/pull/585
* Python libs: update linking by MaxRayskiy in https://github.com/MeshInspector/MeshLib/pull/558
* Bump actions/checkout from 2 to 3 by dependabot in https://github.com/MeshInspector/MeshLib/pull/596
* Bump actions/upload-artifact from 2 to 3 by dependabot in https://github.com/MeshInspector/MeshLib/pull/597
* Bump actions/download-artifact from 2 to 3 by dependabot in https://github.com/MeshInspector/MeshLib/pull/595
* Bump paulhatch/semantic-version from 4.0.2 to 4.0.3 by dependabot in https://github.com/MeshInspector/MeshLib/pull/598
* Bump tj-actions/branch-names from 4.9 to 6.1 by dependabot in https://github.com/MeshInspector/MeshLib/pull/594
* Cut long file names by astrowander in https://github.com/MeshInspector/MeshLib/pull/599
* Add shadows gl class by Grantim in https://github.com/MeshInspector/MeshLib/pull/593
* Add new python tests and fixed (decimate/distance mesh) by ADniill in https://github.com/MeshInspector/MeshLib/pull/592
* Make unite many meshes deterministic by Grantim in https://github.com/MeshInspector/MeshLib/pull/600
* Pip: add arm and x64 macos wheel by MaxRayskiy in https://github.com/MeshInspector/MeshLib/pull/602
* cut long file names by astrowander in https://github.com/MeshInspector/MeshLib/pull/603
* save voxels to images by astrowander in https://github.com/MeshInspector/MeshLib/pull/605
* Improve shadows multisampling by Grantim in https://github.com/MeshInspector/MeshLib/pull/606
* Bump geekyeggo/delete-artifact from 1 to 2 by dependabot in https://github.com/MeshInspector/MeshLib/pull/607
* Fix openvdb version condition by MaxRayskiy in https://github.com/MeshInspector/MeshLib/pull/610
* update 'pip install' instructions by MaxRayskiy in https://github.com/MeshInspector/MeshLib/pull/611
* Bump tj-actions/branch-names from 6.1 to 6.2 by dependabot in https://github.com/MeshInspector/MeshLib/pull/608
* format slices' numbers by astrowander in https://github.com/MeshInspector/MeshLib/pull/612
* fix crash with zero args by astrowander in https://github.com/MeshInspector/MeshLib/pull/613
* fix drop menu availability by astrowander in https://github.com/MeshInspector/MeshLib/pull/614
* fix viewport masks in new viewports by astrowander in https://github.com/MeshInspector/MeshLib/pull/615
* Update shadows rendering by Grantim in https://github.com/MeshInspector/MeshLib/pull/616
* Cursor entrance events by Grantim in https://github.com/MeshInspector/MeshLib/pull/618
* Distance map to isolines optimizations by oitel in https://github.com/MeshInspector/MeshLib/pull/617
* reworked ObjectVoxels for adding to python by ABSitf in https://github.com/MeshInspector/MeshLib/pull/609
* Shadow UI fixes by Grantim in https://github.com/MeshInspector/MeshLib/pull/619

New Contributors
* maidamai0 made their first contribution in https://github.com/MeshInspector/MeshLib/pull/584
* dependabot made their first contribution in https://github.com/MeshInspector/MeshLib/pull/596

**Full Changelog**: https://github.com/MeshInspector/MeshLib/compare/v0.0.25.25...v0.0.26.43

Page 13 of 18

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.