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:48:24 +0300
committerAntonioya <blendergit@gmail.com>2019-03-19 13:03:55 +0300
commit34d6c04003775943ecf6a8015a97eb32452c7efb (patch)
treedb2205c66087d9b19946657b891f418c3bff30c6 /source/blender/editors/include/ED_gpencil.h
parent40ecb2ded81ba7265c426f6680faf3417ff22aeb (diff)
Fix T62734: Crash when annotations are rendered from the VSE .view menu.
The render was using the old grease pencil code and not the new annotation code for render.
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 5d943930522..12677769527 100644
--- a/source/blender/editors/include/ED_gpencil.h
+++ b/source/blender/editors/include/ED_gpencil.h
@@ -158,7 +158,7 @@ void ED_gpencil_draw_view3d_object(
struct ARegion *ar,
bool only3d);
void ED_gpencil_draw_ex(
- struct ViewLayer *view_layer, struct RegionView3D *rv3d, struct Scene *scene,
+ struct Scene *scene,
struct bGPdata *gpd, int winx, int winy,
const int cfra, const char spacetype);