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:
authorCampbell Barton <ideasman42@gmail.com>2018-06-22 13:55:15 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-06-22 13:55:15 +0300
commita5f046f44931a61272a065334438af86ddf9915c (patch)
treec3ee3e4ed60ae7a94fb76c4cfb7bb7dc12b46993 /source/blender/editors/include/ED_view3d.h
parent2fe528424d168f124efca5d94c6b0363be49dbf3 (diff)
Cleanup: rename 3D cursor calculation vars
Diffstat (limited to 'source/blender/editors/include/ED_view3d.h')
-rw-r--r--source/blender/editors/include/ED_view3d.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/include/ED_view3d.h b/source/blender/editors/include/ED_view3d.h
index 8cde96fc898..fe1fc7dc0cc 100644
--- a/source/blender/editors/include/ED_view3d.h
+++ b/source/blender/editors/include/ED_view3d.h
@@ -92,7 +92,7 @@ typedef struct ViewDepths {
} ViewDepths;
float *ED_view3d_cursor3d_get(struct Scene *scene, struct View3D *v3d);
-void ED_view3d_cursor3d_position(struct bContext *C, float fp[3], const int mval[2]);
+void ED_view3d_cursor3d_position(struct bContext *C, const int mval[2], float cursor_co[3]);
void ED_view3d_cursor3d_update(struct bContext *C, const int mval[2]);
struct Camera *ED_view3d_camera_data_get(struct View3D *v3d, struct RegionView3D *rv3d);