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:
authorRoel Spruit <roel@spruitje.nl>2003-12-12 23:54:12 +0300
committerRoel Spruit <roel@spruitje.nl>2003-12-12 23:54:12 +0300
commitf574f38a39cbccdbbd604789b1c3bf0edccd635d (patch)
tree21a0779183053ec2fe9b4a8e9837e53be7ac9b29 /source/blender/include/BSE_edit.h
parent8d94f3723d2535677a5610abfaf1d20a53b0267f (diff)
Numpad - . (dot) now centers on selected vertices/controlpoints in editmode.
It already centered on selected objects outside of editmode, so this is just a consistency feature.
Diffstat (limited to 'source/blender/include/BSE_edit.h')
-rw-r--r--source/blender/include/BSE_edit.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/include/BSE_edit.h b/source/blender/include/BSE_edit.h
index e776f99ad28..e14571c7f67 100644
--- a/source/blender/include/BSE_edit.h
+++ b/source/blender/include/BSE_edit.h
@@ -44,6 +44,7 @@ void mergemenu(void);
void delete_context_selected(void);
void duplicate_context_selected(void);
void toggle_shading(void);
+void minmax_verts(float *min, float *max);
#endif /* BSE_EDIT_H */