1 parent 13a3bb5 commit f1c511fCopy full SHA for f1c511f
1 file changed
CHANGELOG.md
@@ -21,6 +21,11 @@ Minor bug fix release.
21
when creating a collider from a curve, text, or metaball object with
22
"Use Modifier Stack" disabled (the default) —
23
`AttributeError: 'Curve' object has no attribute 'update'`.
24
+- [#673](https://github.com/Weisl/simple_collider/issues/673): Fixed the
25
+ Oriented Minimum BBox collider crashing on degenerate/flat geometry with no
26
+ triangular convex-hull face to orient from (now skips that island with a
27
+ warning instead), and fixed its scratch mesh/object leaking as orphan
28
+ data-blocks on every use.
29
30
## Simple Collider v1.2.0 (2026-08-04)
31
0 commit comments