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