Blender Git Commit Log

Git Commits -> Revision 7665040

Revision 7665040 by Bastien Montagne (master)
September 16, 2019, 21:02 (GMT)
Fix T69931: Materials with keyframes duplicated by 'make single user' are linked.

Another sneaky bite from the infamous private ID data: While those
monsters are not in bmain, the actions used by their animdata are
regular cute little ID's, living with the herd in the safe and sound
Main DB...

So we have to be careful not to propagate the nasty black magic
required to handle the formers when we duplicate their animdata.

Saying it again: private ID datablocks should never have had their own
animdata & actions, this is endless issue also with RNA paths... And
makes copying of animation between materials and such needlessly
complicated.

Commit Details:

Full Hash: 76650402f3004cc833be4b6c55059dd1ddd5a3bf
Parent Commit: 7a0ca9f
Lines Changed: +14, -7

2 Modified Paths:

/source/blender/blenkernel/BKE_library.h (+4, -1) (Diff)
/source/blender/blenkernel/intern/library.c (+10, -6) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021