Blender Git Commit Log
Git Commits -> Revision 3190566
Revision 3190566 by Bastien Montagne (master) January 15, 2021, 17:51 (GMT) |
Fix T84373: Overrides : shapes keys driven by armature don't work on second instance. Code generating override operations would not deal properly with Pointer RNA properties, trying by default to use and check pointers' names properties like it does with items of a collection. However, using name property in pointer RNA property case makes no sense, so specialize the `no_prop_name` flag for each case (pointer or collection). here, since second override would generate local data-blocks with different names than the linked data ones, name matching would fail and breck handling of override diffing in shapekeys. Note that shape keys are the only one concerned by that problem, since other embedded IDs (root node trees and master collections) are fully real ones, so they always get the same names. |
Commit Details:
Full Hash: 319056679b4970a2be4a18ff625cfc690dfd7e42
Parent Commit: 69a7015
Lines Changed: +7, -1
1 Modified Path:
/source/blender/makesrna/intern/rna_rna.c (+7, -1) (Diff)