Blender Git Commit Log

Git Commits -> Revision 41f6c7b

July 30, 2021, 14:56 (GMT)
Fix T89733: Py API: bpy.data.orphans_purge argument parsing

On Windows, using `bpy.data.orphans_purge` with some arguments (eg: `do_recursive=True`) does not produce the expected results. This is due to arguments not being parsed correctly on this platform with the current code.

The proposed fix is based on how other functions with boolean attributes are exposed to the Python API.

Reviewed By: #python_api, mont29

Maniphest Tasks: T89733

Differential Revision: https://developer.blender.org/D11963

Commit Details:

Full Hash: 41f6c7b2987387bb1a56748be6659ea2e8f549bd
Parent Commit: 292724c
Committed By: Fabian Schempp
Lines Changed: +10, -3

1 Modified Path:

/source/blender/python/intern/bpy_rna_id_collection.c (+10, -3) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021