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

0.0.19.94

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.19.94/MeshLibDist_v0.0.19.94.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.19.94/meshlib_v0.0.19.94_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.19.94/meshlib_v0.0.19.94_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.19.94/meshlib_v0.0.19.94-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 object memory in getInfoLines by Fedr in https://github.com/MeshInspector/MeshLib/pull/365
* Limit scaling for object transformation widget by oitel in https://github.com/MeshInspector/MeshLib/pull/366
* IRenderObject::heapBytes() by astrowander in https://github.com/MeshInspector/MeshLib/pull/367
* added progress bar in loading scene file by ABSitf in https://github.com/MeshInspector/MeshLib/pull/368
* fix message when canceling saving/loading ctm by ABSitf in https://github.com/MeshInspector/MeshLib/pull/369
* minor dialog fixes by astrowander in https://github.com/MeshInspector/MeshLib/pull/371
* Apply uniform scaling to object transform widget by oitel in https://github.com/MeshInspector/MeshLib/pull/370
* Fix incorrect scaling in object transform widget by oitel in https://github.com/MeshInspector/MeshLib/pull/374
* Add ability to clear memory buffers in RenderMeshObject automatically by oitel in https://github.com/MeshInspector/MeshLib/pull/372
* fix progress in loading ply by ABSitf in https://github.com/MeshInspector/MeshLib/pull/376
* fix updated github macos env by MaxRayskiy in https://github.com/MeshInspector/MeshLib/pull/375
* Reset UV count correctly while rendering mesh by oitel in https://github.com/MeshInspector/MeshLib/pull/377
* added saving polyline as pts (point cloud) by ABSitf in https://github.com/MeshInspector/MeshLib/pull/378
* Move normals by astrowander in https://github.com/MeshInspector/MeshLib/pull/373
* Do not interact with invisible object transform widget by oitel in https://github.com/MeshInspector/MeshLib/pull/379
* Give access to existing AABB-trees without creating them by Fedr in https://github.com/MeshInspector/MeshLib/pull/381
* added exporting polyline to dxf format by ABSitf in https://github.com/MeshInspector/MeshLib/pull/380
* findDirMax options to use or not use AABB tree by Fedr in https://github.com/MeshInspector/MeshLib/pull/382
* 959 reduce size of central circle by astrowander in https://github.com/MeshInspector/MeshLib/pull/383
* Unified files dialogs for wasm by Grantim in https://github.com/MeshInspector/MeshLib/pull/384
* Expose renderer's memory saving mode to VisualObject by oitel in https://github.com/MeshInspector/MeshLib/pull/385
* reduce path respect both unfold sides by Grantim in https://github.com/MeshInspector/MeshLib/pull/386
* Add progress bar to "re-mesh" plugin by astrowander in https://github.com/MeshInspector/MeshLib/pull/387
* Buffers replace std::vectors in RenderMeshObject for higher performance by Fedr in https://github.com/MeshInspector/MeshLib/pull/389
* Object transform limits by oitel in https://github.com/MeshInspector/MeshLib/pull/388
* redesign GradientCheckBox by astrowander in https://github.com/MeshInspector/MeshLib/pull/390
* Compute face normals as Buffer of Vector4f to avoid repacking in RenderMesh by Fedr in https://github.com/MeshInspector/MeshLib/pull/391
* Add vertex attribute gradient by Grantim in https://github.com/MeshInspector/MeshLib/pull/393
* changed loading pts as lines by ABSitf in https://github.com/MeshInspector/MeshLib/pull/392
* Pre-calculate texture buffer size by oitel in https://github.com/MeshInspector/MeshLib/pull/394
* little rework ribbon menu by Grantim in https://github.com/MeshInspector/MeshLib/pull/395
* little fix in RenderMeshObject by Grantim in https://github.com/MeshInspector/MeshLib/pull/396
* Redesign combo box by astrowander in https://github.com/MeshInspector/MeshLib/pull/399
* removed export points to pts by ABSitf in https://github.com/MeshInspector/MeshLib/pull/397
* Move CommonPlugins to MeshLib by Grantim in https://github.com/MeshInspector/MeshLib/pull/400
* Simplify operations with GL buffers by Fedr in https://github.com/MeshInspector/MeshLib/pull/398
* fix remesh progress callbacks by Grantim in https://github.com/MeshInspector/MeshLib/pull/402
* fix corner normals hidden update by Grantim in https://github.com/MeshInspector/MeshLib/pull/403
* Move code in MRRenderGLHelpers.cpp and reduce includes in MRRenderGLHelpers.h by Fedr in https://github.com/MeshInspector/MeshLib/pull/404
* Several object transform-related fixes by oitel in https://github.com/MeshInspector/MeshLib/pull/405
* Switch GL_ELEMENT_ARRAY_BUFFERs to GlBuffer objects by Fedr in https://github.com/MeshInspector/MeshLib/pull/406
* Add application to MeshLib by Grantim in https://github.com/MeshInspector/MeshLib/pull/407
* Use buffer classes in ImmediateGL for code simplification and better performance by Fedr in https://github.com/MeshInspector/MeshLib/pull/410
* Redesign title bar by astrowander in https://github.com/MeshInspector/MeshLib/pull/408
* add gradient button with ordinary button size by MaxRayskiy in https://github.com/MeshInspector/MeshLib/pull/412
* Avoid slowdown for compilers without std::make_unique_for_overwrite by Fedr in https://github.com/MeshInspector/MeshLib/pull/411
* Update hotkey window by Grantim in https://github.com/MeshInspector/MeshLib/pull/413
* Add run test for MeshViewer app by Grantim in https://github.com/MeshInspector/MeshLib/pull/416
* fix xvfb tests by MaxRayskiy in https://github.com/MeshInspector/MeshLib/pull/418
* fix marks in CheckBox & ComboBox, by astrowander in https://github.com/MeshInspector/MeshLib/pull/415
* Use single buffer for RenderMeshObject by oitel in https://github.com/MeshInspector/MeshLib/pull/409
* fix empty variable by MaxRayskiy in https://github.com/MeshInspector/MeshLib/pull/422
* minor dialog fixes by astrowander in https://github.com/MeshInspector/MeshLib/pull/420
* added static access to fonts in RibbonFontManager by ABSitf in https://github.com/MeshInspector/MeshLib/pull/423
* customize collapsing header by astrowander in https://github.com/MeshInspector/MeshLib/pull/421
* Eliminate mutable-fields from RenderObjects by Fedr in https://github.com/MeshInspector/MeshLib/pull/425
* fix preset combo by astrowander in https://github.com/MeshInspector/MeshLib/pull/424
* Add selected voxel mask by Grantim in https://github.com/MeshInspector/MeshLib/pull/426
* Use single buffer for render classes by oitel in https://github.com/MeshInspector/MeshLib/pull/427
* Apple: set rpath to loader_path by nraynaud in https://github.com/MeshInspector/MeshLib/pull/428
* Simplify buffer loading for RenderMeshObject by oitel in https://github.com/MeshInspector/MeshLib/pull/430
* Use GlBuffer for selected edges and borders by Fedr in https://github.com/MeshInspector/MeshLib/pull/431
* add thirdparty libs to rpath by MaxRayskiy in https://github.com/MeshInspector/MeshLib/pull/432
* Use single buffer for all render class instances by oitel in https://github.com/MeshInspector/MeshLib/pull/429
* Smooth voxel mask meshing by Grantim in https://github.com/MeshInspector/MeshLib/pull/433
* Fix imgui overlay mouse events issue by Grantim in https://github.com/MeshInspector/MeshLib/pull/435
* added fit custom objects by ABSitf in https://github.com/MeshInspector/MeshLib/pull/434
* Change singlethread progressbar message by Grantim in https://github.com/MeshInspector/MeshLib/pull/437
* Several object transform-related fixes by oitel in https://github.com/MeshInspector/MeshLib/pull/436
* Add hints for high performance GPU by Grantim in https://github.com/MeshInspector/MeshLib/pull/438
* Ubuntu20: switch to python3.8 by MaxRayskiy in https://github.com/MeshInspector/MeshLib/pull/439

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

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

0.0.18.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="../../releases/download/v0.0.18.25/MeshLibDist_v0.0.18.25.zip">zip</a>
</td>
</tr>
<tr>
<td align="center">Ubuntu 20 LTS x64</td>
<td align="center">
<a href="../../releases/download/v0.0.18.25/meshlib_v0.0.18.25_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.18.25/meshlib_v0.0.18.25_ubuntu22-dev.deb">deb</a>
</td>
</tr>
<tr>
<td align="center">Fedora 35 x64</td>
<td align="center">
<a href="../../releases/download/v0.0.18.25/meshlib_v0.0.18.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
* MeshBuilder redesigned to use less space and have interface similar t… by Fedr in https://github.com/MeshInspector/MeshLib/pull/343
* Rename Python tests' directory by oitel in https://github.com/MeshInspector/MeshLib/pull/344
* Add method for getting the largest component of a polyline by oitel in https://github.com/MeshInspector/MeshLib/pull/346
* Introduce active voxels box history and callback by Grantim in https://github.com/MeshInspector/MeshLib/pull/348
* Deprecate old version of MeshBuilder::fromTriangles by Fedr in https://github.com/MeshInspector/MeshLib/pull/347
* New features for dialogs by astrowander in https://github.com/MeshInspector/MeshLib/pull/349
* Move wasm distribution file by Grantim in https://github.com/MeshInspector/MeshLib/pull/351
* update python tests by ADniill in https://github.com/MeshInspector/MeshLib/pull/345
* Add method for visual object validation by oitel in https://github.com/MeshInspector/MeshLib/pull/350
* Boolean get aabbtree for init mesh first by Grantim in https://github.com/MeshInspector/MeshLib/pull/354
* Check for visual representation during scene check by oitel in https://github.com/MeshInspector/MeshLib/pull/353
* added progress in loading mesh topology by ABSitf in https://github.com/MeshInspector/MeshLib/pull/352
* deprecate old plugins for save and load files by ABSitf in https://github.com/MeshInspector/MeshLib/pull/355
* Static rotation center option by Grantim in https://github.com/MeshInspector/MeshLib/pull/356
* fix zooming on wasm popup by Grantim in https://github.com/MeshInspector/MeshLib/pull/357
* decreased count call progress callback in MRVDBConversions by ABSitf in https://github.com/MeshInspector/MeshLib/pull/359
* Redesign dialogs iii by astrowander in https://github.com/MeshInspector/MeshLib/pull/358
* RibbonMenuItem::getDynamicTooltip() and HistoryStore::getLastActionName() by Fedr in https://github.com/MeshInspector/MeshLib/pull/361
* Fix emscripten IO files by Grantim in https://github.com/MeshInspector/MeshLib/pull/363
* trim CpuInfo by astrowander in https://github.com/MeshInspector/MeshLib/pull/364
* Fix some scaling corner cases by oitel in https://github.com/MeshInspector/MeshLib/pull/362
* FIx for common plugins by MaxRayskiy in https://github.com/MeshInspector/MeshLib/pull/360

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

**Full Changelog**: https://github.com/MeshInspector/MeshLib/compare/v0.0.17.22...v0.0.18.25

0.0.17.22

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.17.22/MeshLibDist_v0.0.17.22.zip">zip</a>
</td>
</tr>
<tr>
<td align="center">Ubuntu 20 LTS x64</td>
<td align="center">
<a href="../../releases/download/v0.0.17.22/meshlib_v0.0.17.22_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.17.22/meshlib_v0.0.17.22_ubuntu22-dev.deb">deb</a>
</td>
</tr>
<tr>
<td align="center">Fedora 35 x64</td>
<td align="center">
<a href="../../releases/download/v0.0.17.22/meshlib_v0.0.17.22-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 custom histogram by Grantim in https://github.com/MeshInspector/MeshLib/pull/331
* Consider triangle orientation when constructing chains in PathOverIncidentVert by Fedr in https://github.com/MeshInspector/MeshLib/pull/332
* Introduce Change Iso history action by Grantim in https://github.com/MeshInspector/MeshLib/pull/333
* Add developer features flag by Grantim in https://github.com/MeshInspector/MeshLib/pull/335
* Add progress bar in functions loading any files by ABSitf in https://github.com/MeshInspector/MeshLib/pull/334
* Scale object with Transform Object plugin by oitel in https://github.com/MeshInspector/MeshLib/pull/330
* Redesign dialogs by astrowander in https://github.com/MeshInspector/MeshLib/pull/336
* Fix background for unpinned top ribbon panel by Grantim in https://github.com/MeshInspector/MeshLib/pull/339
* Add line width drag control by Grantim in https://github.com/MeshInspector/MeshLib/pull/340
* Minor dialog fixes by astrowander in https://github.com/MeshInspector/MeshLib/pull/341
* Scaling improvements for object transformation widget by oitel in https://github.com/MeshInspector/MeshLib/pull/337
* Do not show close modal if other modal opened by Grantim in https://github.com/MeshInspector/MeshLib/pull/342


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

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

Page 15 of 18

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.