Skip to content

Releases: dshot92/mesh-analysis-overlay

v4.1.0: VERSION BUMP

Choose a tag to compare

@dshot92 dshot92 released this 08 Jan 21:00
  • show overlay on evaluated modifiers meshes

v4.0.3

Choose a tag to compare

@dshot92 dshot92 released this 07 Jan 12:56
  • fix: move panel to Edit Tab
  • fix: updates tag to use 'Mesh'
  • fix: remove exec() from props.

v4.0.2

Choose a tag to compare

@dshot92 dshot92 released this 06 Jan 11:36
  • FIX: restore overlay color changes from panel
  • code cleanup

v4.0.1

Choose a tag to compare

@dshot92 dshot92 released this 05 Jan 20:10
  • Refactored for performance; edits now track instantly without the need for manual refreshes.
  • Analysis now displays across all selected objects simultaneously.
  • Edit mode and Object mode overlay are lag free

v3.0.0

Choose a tag to compare

@dshot92 dshot92 released this 30 Oct 23:38

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

Choose a tag to compare

@dshot92 dshot92 released this 30 Oct 12:39

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

Choose a tag to compare

@dshot92 dshot92 released this 26 Oct 15:39

Initial release 1.0.0