Files
goo-engine/source
Campbell Barton 7327978cc7 4.2LTS: Fix #129225: Crash in modifiers & constraints with invalid enum values
Fix #129225: Crash in modifiers & constraints with invalid enum values

Even though this is generally avoided, drivers don't prevent
invalid values being set. Further files from branches or files
written in the future may contain enum values not yet known.

Resolve by range checking enum values which are used to index arrays.

---

Back-ported from f69fbb41c1

---

Extensions: resolve unhandled exceptions when wheel extraction fails

Setting up wheels wasn't handling errors if extraction failed.

Addresses the error in #132924.

---

Back-ported from 198d07e240

Pull Request: https://projects.blender.org/blender/blender/pulls/139016
2025-05-19 10:13:25 +02:00
..