Blender Git Commit Log
Git Commits -> Revision cba1bdc
Revision cba1bdc by Bastien Montagne (master) October 1, 2019, 12:48 (GMT) |
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. |
Commit Details:
Full Hash: cba1bdc40071cbdb90122db121a643f761edeb36
Parent Commit: f983606
Lines Changed: +7, -0
1 Modified Path:
/source/blender/editors/object/object_relations.c (+7, -0) (Diff)