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>2012-11-30 08:25:58 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-11-30 08:25:58 +0400
commitc3406db4f5e87402d43a5d2a5e0049b16479d2d5 (patch)
treea93b1ecf654e7dbc436d3f3de757cef074c49bfb /source/blender/editors/include/ED_view3d.h
parent5321669ef6935cb4863637d8068c2d265eef0a31 (diff)
fix for view-all operator not taking the view-angle into account.
Diffstat (limited to 'source/blender/editors/include/ED_view3d.h')
-rw-r--r--source/blender/editors/include/ED_view3d.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/include/ED_view3d.h b/source/blender/editors/include/ED_view3d.h
index bd85e93f1af..27204d89bc5 100644
--- a/source/blender/editors/include/ED_view3d.h
+++ b/source/blender/editors/include/ED_view3d.h
@@ -219,6 +219,7 @@ void ED_view3d_clipping_enable(void);
void ED_view3d_clipping_disable(void);
float ED_view3d_pixel_size(struct RegionView3D *rv3d, const float co[3]);
+float ED_view3d_dist_from_radius(struct View3D *v3d, const float radius);
void drawcircball(int mode, const float cent[3], float rad, float tmat[][4]);