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:
authorAntonioya <blendergit@gmail.com>2019-03-19 12:52:37 +0300
committerAntonioya <blendergit@gmail.com>2019-03-19 13:03:55 +0300
commitda373c1f0d51717625172eb4daad48310efd20f1 (patch)
tree3684831a340643f812e797a1c0ee1e3af01ea394 /source/blender/editors/include/ED_gpencil.h
parent34d6c04003775943ecf6a8015a97eb32452c7efb (diff)
GPencil: Rename functions to annotation prefix
This code was used only in annotations.
Diffstat (limited to 'source/blender/editors/include/ED_gpencil.h')
-rw-r--r--source/blender/editors/include/ED_gpencil.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/include/ED_gpencil.h b/source/blender/editors/include/ED_gpencil.h
index 12677769527..4c2ffa01bcc 100644
--- a/source/blender/editors/include/ED_gpencil.h
+++ b/source/blender/editors/include/ED_gpencil.h
@@ -157,7 +157,7 @@ void ED_gpencil_draw_view3d_object(
struct View3D *v3d,
struct ARegion *ar,
bool only3d);
-void ED_gpencil_draw_ex(
+void ED_annotation_draw_ex(
struct Scene *scene,
struct bGPdata *gpd, int winx, int winy,
const int cfra, const char spacetype);