Page MenuHome

Fix T89733: Py API: bpy.data.orphans_purge argument parsing
ClosedPublic

Authored by Yann Lanthony (yann-lty) on Jul 19 2021, 3:13 PM.

Details

Summary

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.

Diff Detail

Repository
rB Blender