From 74938480083a908a5d1fad448f1214b214727bf3 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 26 Nov 2018 13:49:17 +1100 Subject: 3D View: remove 3D cursor Use 3D cursor from the scene (was previously used for local-view). --- source/blender/editors/gpencil/gpencil_intern.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/gpencil/gpencil_intern.h') diff --git a/source/blender/editors/gpencil/gpencil_intern.h b/source/blender/editors/gpencil/gpencil_intern.h index d737d34a017..a55d984cd13 100644 --- a/source/blender/editors/gpencil/gpencil_intern.h +++ b/source/blender/editors/gpencil/gpencil_intern.h @@ -221,7 +221,7 @@ bool gp_point_xy_to_3d(GP_SpaceConversion *gsc, struct Scene *scene, const float /* helper to convert 2d to 3d */ void gp_stroke_convertcoords_tpoint( struct Scene *scene, struct ARegion *ar, - struct View3D *v3d, struct Object *ob, + struct Object *ob, bGPDlayer *gpl, const struct tGPspoint *point2D, float *depth, float out[3]); -- cgit v1.2.3