Files
test/source/blender/blenloader
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
2015-05-20 14:12:22 +10:00
2015-04-18 18:11:01 +02:00
2015-05-12 19:53:31 +05:00