Files
goo-engine/extern
Campbell Barton 0269725011 4.2LTS: Fix #129926: Crash with Python 3.12 & Manta flow
Python 3.12 no longer supports calls to PyImport_AppendInittab
once initialized.

The call was redundant as Blender's `bpy_internal_modules` already
includes the "manta" module.

Resolve by disabling the call when Python's lifecycle isn't being
managed by manta-flow.

Pull Request: https://projects.blender.org/blender/blender/pulls/139021
2025-05-19 10:12:41 +02:00
..

When updating a library remember to:

* Update the README.blender with the corresponding version.