Blender Git Loki
Git Commits -> Revision e8f6caa
Revision e8f6caa by Brecht Van Lommel (master) February 23, 2013, 20:24 (GMT) |
Fix for image alpha version patch with library linked files where the image datablock is in a different library than the texture datablock. Adjusted the fix in 54790 to check for this case specifically so it keeps working on other files that have packed images. The problem is that blo_do_versions_newlibadr will not return a valid datablock in some cases with linked libraries. This function is used in various places in the version patching code and would likely cause problems there as well, needs to be investigated further. |
Commit Details:
Full Hash: e8f6caa384e3d60d6a860c99fb35a0a083e1ef29
SVN Revision: 54794
Parent Commit: 3862e75
Lines Changed: +4, -2
1 Modified Path:
/source/blender/blenloader/intern/readfile.c (+4, -2) (Diff)