Files
test/extern
Campbell Barton 1865de1c73 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.
2024-11-28 12:04:45 +11:00
..
2024-10-18 17:17:48 +02:00
2024-08-12 16:50:07 +02:00

When updating a library remember to:

* Update the README.blender with the corresponding version.