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 <montagne29@wanadoo.fr>2019-10-01 15:48:33 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2019-10-01 15:48:33 +0300
commitcba1bdc40071cbdb90122db121a643f761edeb36 (patch)
tree49ffc3e707dd341d4456a5f0a4b67abdbe8c0cb6 /source/blender/blenkernel
parentf983606063c68c5edb0921f999f1c4fe3f80a28e (diff)
Fix T66641: Certain drivers fail to copy when copying a full scene.
The core of the issue here is that 'make single user' functions still does its own, manual and quite partial, remapping of IDs, which covers all most common cases but cannot consider *all* possible ID usages (especially when it comes to drivers or custom properties, that can essentially point to any kind of data-blocks). This fix is merely a band-aid, there is no way to fully solve this without a complete rewrite of that area of code to make use of modern ID management code.
Diffstat (limited to 'source/blender/blenkernel')
0 files changed, 0 insertions, 0 deletions