Blender Git Commit Log
Git Commits -> Revision 69a7015
Revision 69a7015 by Bastien Montagne (master) January 15, 2021, 17:50 (GMT) |
Fix (unreported) copying liboverride of mesh breaks overrides of shape keys. Our beloved shapekeys are 'virtual' overrides, they need special snowflake treatment here as well. They do not have any override data, from override perspective they are considered as mere sub-data from their owning ID (mesh, lattice, etc.). Therefore, we should not copy override data from them, but instead properly flag those new IDs as `LIB_EMBEDDED_DATA_LIB_OVERRIDE`. Found while investigating T84373. |
Commit Details:
Full Hash: 69a7015e126dbb7cb50ce81d53174be4640fd26a
Parent Commit: 0b0e452
Lines Changed: +11, -4
1 Modified Path:
/source/blender/blenkernel/intern/lib_id.c (+11, -4) (Diff)