Release v0.0.33.55
Autogenerated release
| OS | Dev | ||
|---|---|---|---|
| Windows x64 | zip | ||
| Ubuntu 20 LTS x64 | deb | ||
| Ubuntu 22 LTS x64 | deb | ||
| Fedora 35 x64 | rpm | ||
| MacOS | Coming soon! 🍏 | ||
What's Changed
- ObjectChildrenHolder: prevent it to be used anyhow, but only as base … by @Fedr in #701
- restrict palette height by @astrowander in #698
- Silence UBSAN warning. by @adalisk-emikhaylov in #703
- update pybind11 to v2.10.1 by @MaxRayskiy in #668
- PolylineProject: one general implementation for 2D and 3D by @Fedr in #704
- I1352 support spacemouse win by @ABSitf in #702
- doSegmentsIntersect( const LineSegm2d & x, const LineSegm2d & y ) by @Fedr in #705
- Touches pass to cpp by @Grantim in #706
- Do not include Boost if only SSE is necessary by @Fedr in #707
- findEdgesInBall by @Fedr in #708
- added SpaceMouseController to map spacemouse events to programm actions by @ABSitf in #709
- Line class generalized for 2D and 3D by @Fedr in #710
- getUnionFindStructureVerts: allocate less if small region is given by @Fedr in #711
- convert an assert in static by @Fedr in #712
- struct EdgePoint represents points both on mesh and on polyline by @Fedr in #714
- wasm touches events js update by @Grantim in #715
- findCollidingEdgePairs and findSelfCollidingEdgePairs by @Fedr in #717
- Load voxels from tiff by @astrowander in #713
- Remove potentially UB static_cast from ObjectChildrenHolder by @Fedr in #718
- temp fix for viewport by @ivan-afanasev-sdc in #716
- Support not-ASCII paths in config.json by @Fedr in #719
- Add python311 to pip by @MaxRayskiy in #721
- Improve touch events by @Grantim in #722
- Find ray and polyline intersections by @Fedr in #723
- Make parallel pre-check for Delone edge flips by @oitel in #726
- rename python numpy create mesh function by @Grantim in #727
- fix cancel loading dicom and folder by @ABSitf in #724
- add ambientStrength and specularStrength parameters by @astrowander in #720
- fix inversion by @astrowander in #729
- added blocking mouse scroll when exists spacemouse by @ABSitf in #731
- remove vieportGl.init() from viewport by @ivan-afanasev-sdc in #732
- fix crashes & improve UI by @astrowander in #733
- add loadTiffDir function to python by @astrowander in #735
- Buffer::resize() do not reallocate and preserve values if possible by @Fedr in #734
- BitSet::nthSetBit by @Fedr in #736
New Contributors
- @ivan-afanasev-sdc made their first contribution in #716
Full Changelog: v0.0.32.23...v0.0.33.55