From 4ef918d661510610728fe9bbebb3df1fb565eef2 Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Fri, 8 Jan 2016 11:05:39 +0100 Subject: Koro request: add 'active layer' and 'selected' options to view3D' paste operator. Those two are ON by default, since I think it's most common expected behavior (as with append/link ops). --- source/blender/blenloader/BLO_readfile.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'source/blender/blenloader/BLO_readfile.h') diff --git a/source/blender/blenloader/BLO_readfile.h b/source/blender/blenloader/BLO_readfile.h index 51b016a77f8..9f549bb4e7b 100644 --- a/source/blender/blenloader/BLO_readfile.h +++ b/source/blender/blenloader/BLO_readfile.h @@ -103,7 +103,9 @@ struct ID *BLO_library_link_named_part_ex( struct Scene *scene, struct View3D *v3d); void BLO_library_link_end(struct Main *mainl, BlendHandle **bh, short flag, struct Scene *scene, struct View3D *v3d); -void BLO_library_link_all(struct Main *mainl, BlendHandle *bh); +void BLO_library_link_all( + struct Main *mainl, BlendHandle *bh, const short flag, + struct Scene *scene, struct View3D *v3d); void *BLO_library_read_struct(struct FileData *fd, struct BHead *bh, const char *blockname); -- cgit v1.2.3