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>2016-05-04 18:51:25 +0300
committerCampbell Barton <ideasman42@gmail.com>2016-05-04 18:51:25 +0300
commitbd1378b56beba66442e0d55685bd1136e971f5ad (patch)
treef6b2be0da292528402664f209d1bc4e0db2de189 /source/blender/editors/space_view3d/view3d_intern.h
parente30f0427a5eb2ad4437e3dc61991e2d8127bf01d (diff)
Cleanup: rename ED_view3d_smooth_view_finish (to force_finish)
Diffstat (limited to 'source/blender/editors/space_view3d/view3d_intern.h')
-rw-r--r--source/blender/editors/space_view3d/view3d_intern.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_view3d/view3d_intern.h b/source/blender/editors/space_view3d/view3d_intern.h
index 074e94e68f3..901c5c8d4c2 100644
--- a/source/blender/editors/space_view3d/view3d_intern.h
+++ b/source/blender/editors/space_view3d/view3d_intern.h
@@ -229,7 +229,7 @@ void ED_view3d_smooth_view(
struct View3D *v3d, struct ARegion *ar, const int smooth_viewtx,
const V3D_SmoothParams *sview);
-void ED_view3d_smooth_view_finish(
+void ED_view3d_smooth_view_force_finish(
struct bContext *C,
struct View3D *v3d, struct ARegion *ar);