Files
test/source/blender/blenloader/intern
Bastien Montagne 1fc6563917 Fix T44894: Round two.
We cannot `direct_link_packedfile()` twice on a same address, because this tries to
map again pf->data address, which leads to nothing (NULL).

So now, since `ima->packedfile` and `ima->packedfiles` are mutually exclusive
in 'live' blender data anyway, we either read one or the other.

Tested from/to official 2.74 and current master, everything looks fine now.
2015-06-01 13:12:41 +02:00
..
2015-06-01 13:12:41 +02:00
2014-11-28 22:16:14 +01:00
2015-04-18 18:11:01 +02:00