From 41945fcfe4c4ec1cd21e642f4aaa9a5b1f150b1b Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 23 Jan 2018 20:22:26 +1100 Subject: Cleanup: some ED_view3d functions used uppercase D --- source/blender/editors/include/ED_view3d.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'source/blender/editors/include') diff --git a/source/blender/editors/include/ED_view3d.h b/source/blender/editors/include/ED_view3d.h index 36af7e7e92e..e262e3eece6 100644 --- a/source/blender/editors/include/ED_view3d.h +++ b/source/blender/editors/include/ED_view3d.h @@ -422,11 +422,11 @@ bool ED_view3d_camera_lock_autokey( struct View3D *v3d, struct RegionView3D *rv3d, struct bContext *C, const bool do_rotate, const bool do_translate); -void ED_view3D_lock_clear(struct View3D *v3d); +void ED_view3d_lock_clear(struct View3D *v3d); -struct BGpic *ED_view3D_background_image_new(struct View3D *v3d); -void ED_view3D_background_image_remove(struct View3D *v3d, struct BGpic *bgpic); -void ED_view3D_background_image_clear(struct View3D *v3d); +struct BGpic *ED_view3d_background_image_new(struct View3D *v3d); +void ED_view3d_background_image_remove(struct View3D *v3d, struct BGpic *bgpic); +void ED_view3d_background_image_clear(struct View3D *v3d); #define VIEW3D_MARGIN 1.4f #define VIEW3D_DIST_FALLBACK 1.0f -- cgit v1.2.3