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/render
parent34d6c04003775943ecf6a8015a97eb32452c7efb (diff)
GPencil: Rename functions to annotation prefix
This code was used only in annotations.
Diffstat (limited to 'source/blender/editors/render')
-rw-r--r--source/blender/editors/render/render_opengl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/render/render_opengl.c b/source/blender/editors/render/render_opengl.c
index 7fb9dbdf3a6..84b84f1dd52 100644
--- a/source/blender/editors/render/render_opengl.c
+++ b/source/blender/editors/render/render_opengl.c
@@ -325,7 +325,7 @@ static void screen_opengl_render_doit(const bContext *C, OGLRender *oglrender, R
GPU_matrix_translate_2f(sizex / 2, sizey / 2);
G.f |= G_FLAG_RENDER_VIEWPORT;
- ED_gpencil_draw_ex(
+ ED_annotation_draw_ex(
scene, gpd, sizex, sizey, scene->r.cfra, SPACE_SEQ);
G.f &= ~G_FLAG_RENDER_VIEWPORT;