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:
authorLukas Tönne <lukas.toenne@gmail.com>2017-11-12 13:11:46 +0300
committerLukas Tönne <lukas.toenne@gmail.com>2017-11-12 13:11:46 +0300
commita5d69d81e8056f3f0aa261dc133237bf307b3c64 (patch)
tree103de614337280cdae066301f73ba2f510745027 /source/blender/makesrna/intern/rna_internal.h
parentb81ce32a59185003ec4434e6e2da0eb64f004b0f (diff)
parentf30a2a786214c4ef08612486c227add0bb6bf35b (diff)
Merge branch 'blender2.8' into hair_guides
Diffstat (limited to 'source/blender/makesrna/intern/rna_internal.h')
-rw-r--r--source/blender/makesrna/intern/rna_internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/rna_internal.h b/source/blender/makesrna/intern/rna_internal.h
index 40861487f41..7ce5f15eb13 100644
--- a/source/blender/makesrna/intern/rna_internal.h
+++ b/source/blender/makesrna/intern/rna_internal.h
@@ -414,7 +414,7 @@ PointerRNA rna_pointer_inherit_refine(struct PointerRNA *ptr, struct StructRNA *
int rna_parameter_size(struct PropertyRNA *parm);
struct Mesh *rna_Main_meshes_new_from_object(
- struct Main *bmain, struct ReportList *reports, struct Scene *sce, struct SceneLayer *sl,
+ struct Main *bmain, struct ReportList *reports, struct Scene *sce, struct SceneLayer *scene_layer,
struct Object *ob, int apply_modifiers, int settings, int calc_tessface, int calc_undeformed);
/* XXX, these should not need to be defined here~! */