Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBastien Montagne <bastien@blender.org>2021-09-15 20:02:05 +0300
committerBastien Montagne <bastien@blender.org>2021-09-15 20:06:36 +0300
commit4a009b54bc8ecac548c52cda590c2500787ebf2d (patch)
treec54f229ac2e9cefd4764b6d9711adc9da6722366 /tests
parent51f7d24a4ecb89059751b2432408680bc5275902 (diff)
Fix broken WorkSpace use after recent refactor of append code.
Essentially, Workspace (and Screen) types were defined as not localizable. In previous code it happended to work by mere chance (code path taken in `BKE_library_make_local` was conviniently skipping the call to `BKE_lib_id_make_local` in that case, hence not checking for `IDTYPE_FLAGS_NO_MAKELOCAL` flag of the localized ID type). This is a total abuse of this IDType flag, for now removing it. That specific case (IDtype appendable but nor linkable) requires its own proper flag, this will be tackled in a later commit. Issue introduced in rB3be5ce4aad5e.
Diffstat (limited to 'tests')
0 files changed, 0 insertions, 0 deletions