Files
test/source
Bastien Montagne f88595e428 RNA/BPY API: Add clear_liboverride option to ID.make_local.
This function had the exacyt same behavior as the 'UI' operators, make
local invoqued on a linked liboverride would make the data local, but
would not clear the liboverride data from it. User then needs to call
this operation again if they want to remove that liboverride data.

The new `clear_liboverride` parameter to `ID.make_local` forces always
clearing any liboverride data, and allows to make a linked liboverride
fully local with a single call.

This option is kept disabled by default, to ensure default behavior
remains unchanged.
2024-01-09 19:49:18 +01:00
..