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
diff options
context:
space:
mode:
authorBastien Montagne <bastien@blender.org>2020-06-09 20:35:11 +0300
committerBastien Montagne <bastien@blender.org>2020-06-10 10:38:34 +0300
commitedb4e553f506c858e7df5e45ad6235cd59a181eb (patch)
tree0d7b7a652fab333f2f45cdbdd348f35353703a3f /source/blender/editors/space_view3d/view3d_view.c
parent2d1b560a4e29567e4d9c3b964dc7d6a7bfd8056c (diff)
LibOverride: Fix issues related to ID name differences.
Local datablocks (including overrides) need to have a unique name, which can then differ from the reference linked one (especially when there are several local overrides of a same linked data). Issue is, ID name is a 'rna name property', and as such used as reference when dealing with override of collections of IDs, so we cannot have a changing name. The solution implemented here should work and is simple, but it may have some issues in corner cases (time will say), it is not really robust. Alternative solution would be to store ID pointers as reference in override operations, instead of there name. But that would potentially add quiet a lot of overhead to foreach looping in `lib_query.c`.
Diffstat (limited to 'source/blender/editors/space_view3d/view3d_view.c')
0 files changed, 0 insertions, 0 deletions