7327978cc7
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 fromf69fbb41c1--- 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 from198d07e240Pull Request: https://projects.blender.org/blender/blender/pulls/139016