Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Montagne <montagne29@wanadoo.fr>2016-08-05 15:45:21 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2016-08-05 15:48:22 +0300
commita0e72a0996e86199e46988f3c225c16c4a8ebc92 (patch)
treeb718a68b92c5c8ecfabec50b037d94733fb372ae /source/blender/freestyle
parentc5eb400b7c7a5cfc16dcf2d75d20bcdceff13ef8 (diff)
Fix T49014: Append does not work in some cases.
There were actually two issues, one in recent changes and one existing... forever? I) id_make_local() would never proceed over indirectly linked data, which is required in specific 'append' context. II) BKE_image_copy() was not setting id->newid pointer of newly copied ID. About II: don't really know why image copy does its own cooking instead of using generaic ID copy helpers. Think this should be changed, but that would be after 2.78 now.
Diffstat (limited to 'source/blender/freestyle')
0 files changed, 0 insertions, 0 deletions