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:
authorSergey Sharybin <sergey.vfx@gmail.com>2017-11-09 17:43:28 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2017-11-09 17:45:21 +0300
commita956e7399a9c7209260dbd9e4abc1f4a3bc6200c (patch)
tree70977c47e3867b5cf4f3872c7cd0849d9e0d79f5 /source/blender/blenloader/BLO_readfile.h
parenta6951df83615753143ba4e2b036ce5247e9d1e97 (diff)
Cleanup: Use full name for scene_layer in blenloader
Diffstat (limited to 'source/blender/blenloader/BLO_readfile.h')
-rw-r--r--source/blender/blenloader/BLO_readfile.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/blenloader/BLO_readfile.h b/source/blender/blenloader/BLO_readfile.h
index b639236e022..676d3a7bcca 100644
--- a/source/blender/blenloader/BLO_readfile.h
+++ b/source/blender/blenloader/BLO_readfile.h
@@ -124,9 +124,9 @@ struct ID *BLO_library_link_named_part(struct Main *mainl, BlendHandle **bh, con
struct ID *BLO_library_link_named_part_ex(
struct Main *mainl, BlendHandle **bh,
const short idcode, const char *name, const short flag,
- struct Scene *scene, struct SceneLayer *sl,
+ struct Scene *scene, struct SceneLayer *scene_layer,
const bool use_placeholders, const bool force_indirect);
-void BLO_library_link_end(struct Main *mainl, BlendHandle **bh, short flag, struct Scene *scene, struct SceneLayer *sl);
+void BLO_library_link_end(struct Main *mainl, BlendHandle **bh, short flag, struct Scene *scene, struct SceneLayer *scene_layer);
void BLO_library_link_copypaste(struct Main *mainl, BlendHandle *bh);