Blender Git Commit Log
Git Commits -> Revision 41f6c7b
Revision 41f6c7b by Yann Lanthony (soc-2021-porting-modifiers-to-nodes-decimate, soc-2021-porting-modifiers-to-nodes_all) 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)