Blender Git Loki
Git Commits -> Revision d16ee90
Revision d16ee90 by Bastien Montagne (blender-v2.76-release, blender-v2.76a-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) September 23, 2015, 14:02 (GMT) |
Fix (unreported) Append/link code: All library datablocks could end with same name. This was broken since ages I think, did not really hurt since we usually never use libs' names to access them. Rather bad behavior however, breaking a ground rule of our ID system! And no real reason to add new libraries to new (split) Main at all, libraries are never considered linked datablocks, which means they should always be in 'main' Main->library list. Not a regression, but should be included in 2.76 imho. |
Commit Details:
Full Hash: d16ee90b9c92712c8c455c2293a15470fe2fe7d2
Parent Commit: c0384c4
Committed By: Sergey Sharybin
Lines Changed: +3, -1
1 Modified Path:
/source/blender/blenloader/intern/readfile.c (+3, -1) (Diff)