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:
authorCampbell Barton <ideasman42@gmail.com>2018-12-14 02:30:06 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-12-14 02:34:12 +0300
commitaca13040dac986e34468e7d533d0c3cc970fda90 (patch)
treeeda7adb7dc074ed673d19347186582c8478f770e /source/blender/editors/gpencil/gpencil_paint.c
parent948256442b27a640c5ec87563ef1f12333d32e21 (diff)
Cleanup: naming
Diffstat (limited to 'source/blender/editors/gpencil/gpencil_paint.c')
-rw-r--r--source/blender/editors/gpencil/gpencil_paint.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/gpencil/gpencil_paint.c b/source/blender/editors/gpencil/gpencil_paint.c
index 39bca4d096c..b97e335d081 100644
--- a/source/blender/editors/gpencil/gpencil_paint.c
+++ b/source/blender/editors/gpencil/gpencil_paint.c
@@ -1832,7 +1832,7 @@ static bool gp_session_initdata(bContext *C, wmOperator *op, tGPsdata *p)
local_view_bits = v3d->local_view_uuid;
}
/* create new default object */
- obact = ED_add_gpencil_object(C, p->scene, cur, local_view_bits);
+ obact = ED_gpencil_add_object(C, p->scene, cur, local_view_bits);
}
/* assign object after all checks to be sure we have one active */
p->ob = obact;