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

0.0.25.25

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.25.25/MeshLibDist_v0.0.25.25.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.25.25/meshlib_v0.0.25.25_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.25.25/meshlib_v0.0.25.25_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.25.25/meshlib_v0.0.25.25-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
* MeshTopology::flip by Fedr in https://github.com/MeshInspector/MeshLib/pull/564
* save distance maps to file by astrowander in https://github.com/MeshInspector/MeshLib/pull/563
* Add file name in error message if model loading failed by Fedr in https://github.com/MeshInspector/MeshLib/pull/566
* redesign statistics window by astrowander in https://github.com/MeshInspector/MeshLib/pull/567
* fix emscripten file dialog with empty filters by ABSitf in https://github.com/MeshInspector/MeshLib/pull/569
* Instant printing of stack traces by Fedr in https://github.com/MeshInspector/MeshLib/pull/572
* Introduce unite many meshes function by Grantim in https://github.com/MeshInspector/MeshLib/pull/571
* Fix timers hierarhy by Grantim in https://github.com/MeshInspector/MeshLib/pull/573
* add progress callback to erode/dilate by astrowander in https://github.com/MeshInspector/MeshLib/pull/570
* Simplify interface of checkDeloneQuadrangleInMesh by taking the struct with parameters by Fedr in https://github.com/MeshInspector/MeshLib/pull/576
* More win wheels and tests by MaxRayskiy in https://github.com/MeshInspector/MeshLib/pull/574
* Delone: an option to optimize by triangle aspect ratio by Fedr in https://github.com/MeshInspector/MeshLib/pull/577
* Fix RenderPointsObject empty bindings by Grantim in https://github.com/MeshInspector/MeshLib/pull/578
* add functions for transparent text by astrowander in https://github.com/MeshInspector/MeshLib/pull/579
* Update windows SEH handlers in other threads by Grantim in https://github.com/MeshInspector/MeshLib/pull/580
* add new tests by ADniill in https://github.com/MeshInspector/MeshLib/pull/568
* Python binding improvements and fixes by Grantim in https://github.com/MeshInspector/MeshLib/pull/583
* fixed opening supported format files in console by ABSitf in https://github.com/MeshInspector/MeshLib/pull/582


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

0.0.24.28

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.24.28/MeshLibDist_v0.0.24.28.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.24.28/meshlib_v0.0.24.28_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.24.28/meshlib_v0.0.24.28_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.24.28/meshlib_v0.0.24.28-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
* Return empty path on bi dir build on the same vert by Grantim in https://github.com/MeshInspector/MeshLib/pull/550
* Log crash info by Grantim in https://github.com/MeshInspector/MeshLib/pull/549
* revorked Vector2 and Vector3 in python by ABSitf in https://github.com/MeshInspector/MeshLib/pull/551
* fix wasm build by astrowander in https://github.com/MeshInspector/MeshLib/pull/552
* Fix noWindow mode by Grantim in https://github.com/MeshInspector/MeshLib/pull/554
* Print active timer branch on crash by Grantim in https://github.com/MeshInspector/MeshLib/pull/553
* Remove only old log files by Grantim in https://github.com/MeshInspector/MeshLib/pull/555
* Little python improvements by Grantim in https://github.com/MeshInspector/MeshLib/pull/556
* Expose MeshTopology numValidFaces(Verts) to python by Fedr in https://github.com/MeshInspector/MeshLib/pull/557
* Fix import from distance map by Grantim in https://github.com/MeshInspector/MeshLib/pull/559
* deprecate old labels API by astrowander in https://github.com/MeshInspector/MeshLib/pull/560
* Add get system info json function by Grantim in https://github.com/MeshInspector/MeshLib/pull/561
* Build Manylinux wheels by MaxRayskiy in https://github.com/MeshInspector/MeshLib/pull/562


**Full Changelog**: https://github.com/MeshInspector/MeshLib/compare/v0.0.23.0...v0.0.24.28

0.0.23.0

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.23.0/MeshLibDist_v0.0.23.0.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.23.0/meshlib_v0.0.23.0_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.23.0/meshlib_v0.0.23.0_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.23.0/meshlib_v0.0.23.0-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
* autoResizeSet(pos,len,val) in BitSets and Vector by Fedr in https://github.com/MeshInspector/MeshLib/pull/523
* Python: add not started tests by MaxRayskiy in https://github.com/MeshInspector/MeshLib/pull/524
* decrease size of buttons by astrowander in https://github.com/MeshInspector/MeshLib/pull/525
* Remove outNewFaces argument in fillHole-like functions by Fedr in https://github.com/MeshInspector/MeshLib/pull/528
* fix palette scale by astrowander in https://github.com/MeshInspector/MeshLib/pull/530
* Pip: add win10 by MaxRayskiy in https://github.com/MeshInspector/MeshLib/pull/497
* fix normals of point clound after mirroring by astrowander in https://github.com/MeshInspector/MeshLib/pull/527
* hasAnyIsoline and hasAnyPlaneSection by Fedr in https://github.com/MeshInspector/MeshLib/pull/531
* added polyline (and some linked structs) in pyhton api by ABSitf in https://github.com/MeshInspector/MeshLib/pull/526
* set window constraints in palette by astrowander in https://github.com/MeshInspector/MeshLib/pull/532
* forbid double click in palette by astrowander in https://github.com/MeshInspector/MeshLib/pull/533
* Optimize UnionFind structure by Fedr in https://github.com/MeshInspector/MeshLib/pull/534
* Compare that two bit sets have the same set bits by Fedr in https://github.com/MeshInspector/MeshLib/pull/535
* get rid of left grip by astrowander in https://github.com/MeshInspector/MeshLib/pull/537
* Optimize executeTriangulateContourPlan by Fedr in https://github.com/MeshInspector/MeshLib/pull/536
* Remove default value in VisualObject::setFrontColor by Fedr in https://github.com/MeshInspector/MeshLib/pull/538
* Open RAW voxels improvements by Grantim in https://github.com/MeshInspector/MeshLib/pull/540
* Compute the number of new triangles to cover all holes before actual filling by Fedr in https://github.com/MeshInspector/MeshLib/pull/539
* Bind expected to python and docs update by Grantim in https://github.com/MeshInspector/MeshLib/pull/541
* Add options to disable some MRMesh features by oitel in https://github.com/MeshInspector/MeshLib/pull/529
* Fallback deserialization for ObjectLabel by oitel in https://github.com/MeshInspector/MeshLib/pull/543
* redesign Open Raw Voxels plugin by astrowander in https://github.com/MeshInspector/MeshLib/pull/542
* findCollidingEdgeTrisPrecise: improve parallelism by Fedr in https://github.com/MeshInspector/MeshLib/pull/544
* Decrease combo in raw voxels by astrowander in https://github.com/MeshInspector/MeshLib/pull/545
* Revert "get rid of left grip (537)" by astrowander in https://github.com/MeshInspector/MeshLib/pull/546
* Remove timers from the functions that are called too frequently (from Boolean) by Fedr in https://github.com/MeshInspector/MeshLib/pull/548
* py test: simplify win env creation by MaxRayskiy in https://github.com/MeshInspector/MeshLib/pull/547
* Add nightly tests, step 1 by MaxRayskiy in https://github.com/MeshInspector/MeshLib/pull/521
* Use both github and self-hosted win runners by MaxRayskiy in https://github.com/MeshInspector/MeshLib/pull/502


**Full Changelog**: https://github.com/MeshInspector/MeshLib/compare/v0.0.21.65...v0.0.23.0

0.0.22.39

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.22.39/MeshLibDist_v0.0.22.39.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.22.39/meshlib_v0.0.22.39_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.22.39/meshlib_v0.0.22.39_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.22.39/meshlib_v0.0.22.39-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
* autoResizeSet(pos,len,val) in BitSets and Vector by Fedr in https://github.com/MeshInspector/MeshLib/pull/523
* Python: add not started tests by MaxRayskiy in https://github.com/MeshInspector/MeshLib/pull/524
* decrease size of buttons by astrowander in https://github.com/MeshInspector/MeshLib/pull/525
* Remove outNewFaces argument in fillHole-like functions by Fedr in https://github.com/MeshInspector/MeshLib/pull/528
* fix palette scale by astrowander in https://github.com/MeshInspector/MeshLib/pull/530
* Pip: add win10 by MaxRayskiy in https://github.com/MeshInspector/MeshLib/pull/497
* fix normals of point clound after mirroring by astrowander in https://github.com/MeshInspector/MeshLib/pull/527
* hasAnyIsoline and hasAnyPlaneSection by Fedr in https://github.com/MeshInspector/MeshLib/pull/531
* added polyline (and some linked structs) in pyhton api by ABSitf in https://github.com/MeshInspector/MeshLib/pull/526
* set window constraints in palette by astrowander in https://github.com/MeshInspector/MeshLib/pull/532
* forbid double click in palette by astrowander in https://github.com/MeshInspector/MeshLib/pull/533
* Optimize UnionFind structure by Fedr in https://github.com/MeshInspector/MeshLib/pull/534
* Compare that two bit sets have the same set bits by Fedr in https://github.com/MeshInspector/MeshLib/pull/535
* get rid of left grip by astrowander in https://github.com/MeshInspector/MeshLib/pull/537
* Optimize executeTriangulateContourPlan by Fedr in https://github.com/MeshInspector/MeshLib/pull/536
* Remove default value in VisualObject::setFrontColor by Fedr in https://github.com/MeshInspector/MeshLib/pull/538
* Open RAW voxels improvements by Grantim in https://github.com/MeshInspector/MeshLib/pull/540
* Compute the number of new triangles to cover all holes before actual filling by Fedr in https://github.com/MeshInspector/MeshLib/pull/539
* Bind expected to python and docs update by Grantim in https://github.com/MeshInspector/MeshLib/pull/541
* Add options to disable some MRMesh features by oitel in https://github.com/MeshInspector/MeshLib/pull/529
* Fallback deserialization for ObjectLabel by oitel in https://github.com/MeshInspector/MeshLib/pull/543
* redesign Open Raw Voxels plugin by astrowander in https://github.com/MeshInspector/MeshLib/pull/542
* findCollidingEdgeTrisPrecise: improve parallelism by Fedr in https://github.com/MeshInspector/MeshLib/pull/544
* Decrease combo in raw voxels by astrowander in https://github.com/MeshInspector/MeshLib/pull/545
* Revert "get rid of left grip (537)" by astrowander in https://github.com/MeshInspector/MeshLib/pull/546
* Remove timers from the functions that are called too frequently (from Boolean) by Fedr in https://github.com/MeshInspector/MeshLib/pull/548
* py test: simplify win env creation by MaxRayskiy in https://github.com/MeshInspector/MeshLib/pull/547
* Add nightly tests, step 1 by MaxRayskiy in https://github.com/MeshInspector/MeshLib/pull/521
* Use both github and self-hosted win runners by MaxRayskiy in https://github.com/MeshInspector/MeshLib/pull/502


**Full Changelog**: https://github.com/MeshInspector/MeshLib/compare/v0.0.21.65...v0.0.22.39

0.0.21.65

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.21.65/MeshLibDist_v0.0.21.65.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.21.65/meshlib_v0.0.21.65_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.21.65/meshlib_v0.0.21.65_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.21.65/meshlib_v0.0.21.65-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
* Allow object to have distinct transformations in distinct viewports by Fedr in https://github.com/MeshInspector/MeshLib/pull/460
* clip too long text in combobox by astrowander in https://github.com/MeshInspector/MeshLib/pull/473
* FilterType and WrapType made global and used in place of GL constants by Fedr in https://github.com/MeshInspector/MeshLib/pull/474
* Update Custom plugin dialog helper by Grantim in https://github.com/MeshInspector/MeshLib/pull/475
* Migrate RenderObjects to GlTexture2 by Fedr in https://github.com/MeshInspector/MeshLib/pull/476
* Use gradient buttons in ramaining plugins by Grantim in https://github.com/MeshInspector/MeshLib/pull/477
* Smileos wasm compat by adalisk-emikhaylov in https://github.com/MeshInspector/MeshLib/pull/466
* Add a combined getter for all object XFs. by adalisk-emikhaylov in https://github.com/MeshInspector/MeshLib/pull/478
* added saving MRMesh compile timings (test) by ABSitf in https://github.com/MeshInspector/MeshLib/pull/465
* fix warnings that may be generated due to APIENTRY exposed by <GLFW/glfw3.h> by ABSitf in https://github.com/MeshInspector/MeshLib/pull/479
* Add simplier metric for cutmesh by Grantim in https://github.com/MeshInspector/MeshLib/pull/480
* Update custom imgui helpers by Grantim in https://github.com/MeshInspector/MeshLib/pull/482
* fixed offsetPolyline for polyline with only 1 chain (2 vertices) by ABSitf in https://github.com/MeshInspector/MeshLib/pull/481
* Add pip packages for linux by MaxRayskiy in https://github.com/MeshInspector/MeshLib/pull/441
* Print OpenGL memory allocated by each object by Fedr in https://github.com/MeshInspector/MeshLib/pull/483
* Unused IRenderObject::BufferMode deleted by Fedr in https://github.com/MeshInspector/MeshLib/pull/484
* Fix scene tree window scroll position updates by Grantim in https://github.com/MeshInspector/MeshLib/pull/485
* add python test fillHole by ADniill in https://github.com/MeshInspector/MeshLib/pull/489
* Search for shortest path bidirectionally by Fedr in https://github.com/MeshInspector/MeshLib/pull/490
* Mirror plugin by astrowander in https://github.com/MeshInspector/MeshLib/pull/487
* Render mesh after mesh object deletion by Fedr in https://github.com/MeshInspector/MeshLib/pull/486
* Imgui plane by astrowander in https://github.com/MeshInspector/MeshLib/pull/491
* Add fit box function by Grantim in https://github.com/MeshInspector/MeshLib/pull/492
* MRViewer/mapEdgesWithHistory function by Fedr in https://github.com/MeshInspector/MeshLib/pull/494
* Fix no memory rendering by Grantim in https://github.com/MeshInspector/MeshLib/pull/495
* Mapping of whole edges for better memory efficiency by Fedr in https://github.com/MeshInspector/MeshLib/pull/496
* Update python bindings step 1 by Grantim in https://github.com/MeshInspector/MeshLib/pull/498
* mirror plugin by astrowander in https://github.com/MeshInspector/MeshLib/pull/499
* splitEdge(...) returns newly created edge instead of vertex, which was hard to obtain previously by Fedr in https://github.com/MeshInspector/MeshLib/pull/500
* added loading DistanceMap from monochrome image by ABSitf in https://github.com/MeshInspector/MeshLib/pull/493
* added support loading png files with RGB coloring type by ABSitf in https://github.com/MeshInspector/MeshLib/pull/501
* fix arrow buttons in ImGui::Plane by astrowander in https://github.com/MeshInspector/MeshLib/pull/503
* Update python bindings step 2 by Grantim in https://github.com/MeshInspector/MeshLib/pull/504
* Optimize MeshTopology::addPartByMask by Fedr in https://github.com/MeshInspector/MeshLib/pull/505
* reset cached value in ViewportProperty by astrowander in https://github.com/MeshInspector/MeshLib/pull/506
* added parameter to set threshold of valid value in conversion DistanceMap to/from Image by ABSitf in https://github.com/MeshInspector/MeshLib/pull/507
* Update python bindings step 3 by Grantim in https://github.com/MeshInspector/MeshLib/pull/508
* Update python bindings step 4 by Grantim in https://github.com/MeshInspector/MeshLib/pull/509
* Update python bindings step 5 by Grantim in https://github.com/MeshInspector/MeshLib/pull/511
* Do not allocated inside fillHoleTrivially by Fedr in https://github.com/MeshInspector/MeshLib/pull/512
* add ChangePointCloudNormalsAction by astrowander in https://github.com/MeshInspector/MeshLib/pull/513
* fillHole: perform the filling by calling just one function makeNewEdge by Fedr in https://github.com/MeshInspector/MeshLib/pull/510
* Redesign Plane dialog by astrowander in https://github.com/MeshInspector/MeshLib/pull/515
* Fix embedded python and reimporting by Grantim in https://github.com/MeshInspector/MeshLib/pull/514
* FillHolePlan that stores how to quickly triangulate the hole later by Fedr in https://github.com/MeshInspector/MeshLib/pull/517
* clang: use v13 by MaxRayskiy in https://github.com/MeshInspector/MeshLib/pull/519
* mirror ObjectLines&PointCloud by astrowander in https://github.com/MeshInspector/MeshLib/pull/518
* Mesh comparison optimized to detect inequality faster and ignore not … by Fedr in https://github.com/MeshInspector/MeshLib/pull/520
* Little wasm files update for better support mobile scalings by Grantim in https://github.com/MeshInspector/MeshLib/pull/522
* added DistanceMap in mrmeshpy library by ABSitf in https://github.com/MeshInspector/MeshLib/pull/516


**Full Changelog**: https://github.com/MeshInspector/MeshLib/compare/v0.0.20.32...v0.0.21.65

0.0.20.32

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.20.32/MeshLibDist_v0.0.20.32.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.20.32/meshlib_v0.0.20.32_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.20.32/meshlib_v0.0.20.32_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.20.32/meshlib_v0.0.20.32-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
* replaced use getFont to static version by ABSitf in https://github.com/MeshInspector/MeshLib/pull/440
* Deselect object on hide by oitel in https://github.com/MeshInspector/MeshLib/pull/444
* Show info about static GL memory buffer by oitel in https://github.com/MeshInspector/MeshLib/pull/443
* Fix redrawing on empty objects dirty by Grantim in https://github.com/MeshInspector/MeshLib/pull/442
* Fix highlight borders serialization by Grantim in https://github.com/MeshInspector/MeshLib/pull/445
* computePerVertPseudoNormals function added by Fedr in https://github.com/MeshInspector/MeshLib/pull/446
* Do not cache vertex normals in VisualObject for memory efficiency by Fedr in https://github.com/MeshInspector/MeshLib/pull/447
* fixed fit custom objects by ABSitf in https://github.com/MeshInspector/MeshLib/pull/448
* Fix loading fonts and style scaling by Grantim in https://github.com/MeshInspector/MeshLib/pull/449
* Fix resizing windows by astrowander in https://github.com/MeshInspector/MeshLib/pull/450
* Track current palette's name by oitel in https://github.com/MeshInspector/MeshLib/pull/451
* GlTexture2 represents OpenGL 2D texture owner by Fedr in https://github.com/MeshInspector/MeshLib/pull/452
* Custom collapsing header by astrowander in https://github.com/MeshInspector/MeshLib/pull/453
* Use GlTexture2 inside ImGuiImage by Fedr in https://github.com/MeshInspector/MeshLib/pull/455
* added mixed checkbox (with three state) by ABSitf in https://github.com/MeshInspector/MeshLib/pull/454
* Object transform widget fixes by Grantim in https://github.com/MeshInspector/MeshLib/pull/456
* Collapsing header ii by astrowander in https://github.com/MeshInspector/MeshLib/pull/457
* set constraints if window collapsed by astrowander in https://github.com/MeshInspector/MeshLib/pull/458
* Fix ImGui backend header paths. by adalisk-emikhaylov in https://github.com/MeshInspector/MeshLib/pull/459
* increase arrow by astrowander in https://github.com/MeshInspector/MeshLib/pull/462
* Fix bug with non uniform xf in ObjectTransform Widget by Grantim in https://github.com/MeshInspector/MeshLib/pull/461
* Fix crash on window minimize by Grantim in https://github.com/MeshInspector/MeshLib/pull/464
* Delete VisualObject::getBoundingBoxXf by Fedr in https://github.com/MeshInspector/MeshLib/pull/467
* fix issues with object tree by astrowander in https://github.com/MeshInspector/MeshLib/pull/468
* In minimized windows that can be scaled, the scale element remainsс by astrowander in https://github.com/MeshInspector/MeshLib/pull/469
* align caption in headers by astrowander in https://github.com/MeshInspector/MeshLib/pull/470
* fix background around arrow while dragging by astrowander in https://github.com/MeshInspector/MeshLib/pull/471
* Add more logs by Grantim in https://github.com/MeshInspector/MeshLib/pull/472


**Full Changelog**: https://github.com/MeshInspector/MeshLib/compare/v0.0.19.94...v0.0.20.32

Page 14 of 18

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.