Skip to content

Releases: dshot92/mesh-analysis-overlay

v3.0.0

30 Oct 23:38
Compare
Choose a tag to compare

v3.0.0

Overlays

  • Added Degenerate Faces overlay
  • Added non-planar threshold slider in panel settings

Caching

  • Refactored caching.
  • Cache indices instead of element data

Selection

  • Added button next to each overlay toggle to select those elements.
    • SHIFT click - adds to selection
    • CTRL click - subtract from selection

Statistics

  • Show overlay statistics in panel

v2.0.0

30 Oct 12:39
Compare
Choose a tag to compare

v2.0.0

Performance Improvements

  • Implemented per-object caching system
  • Optimized drawing code for better performance

Since the analysis can be a heavy process, it does not recalculate on every frame.

Cached data per object allows editing the mesh in object/edit mode with no problems.

The overlay will be refreshed by disabling and re-enabling it or toggling EDIT mode on/off..

Code Refactoring

  • Restructured codebase for better maintainability
  • Reduced code duplication

Version 1.0.0

26 Oct 15:39
Compare
Choose a tag to compare

Initial release 1.0.0