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:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2007-08-20 21:50:04 +0400
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2007-08-20 21:50:04 +0400
commit8a46c006d6b8c0ea567e8a79a729c9b15fe2a744 (patch)
tree194cd48ca34d67b91c08d8c7cf783627b8a08d92 /source/blender/include/BSE_editipo.h
parentb697f19cf82164e273562664c01bb9c0a97d0e9b (diff)
Add "View Selected" in the IPO editor
- Numpad dot is shortcut key, same as in other windows. (Peach feature request)
Diffstat (limited to 'source/blender/include/BSE_editipo.h')
-rw-r--r--source/blender/include/BSE_editipo.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/include/BSE_editipo.h b/source/blender/include/BSE_editipo.h
index 428d9c89629..6c6bac0ddce 100644
--- a/source/blender/include/BSE_editipo.h
+++ b/source/blender/include/BSE_editipo.h
@@ -65,8 +65,8 @@ int geticon_ipo_blocktype(short blocktype);
struct EditIpo *get_active_editipo(void);
-void boundbox_ipocurve(struct IpoCurve *icu);
-void boundbox_ipo(struct Ipo *ipo, struct rctf *bb);
+void boundbox_ipocurve(struct IpoCurve *icu, int selectedonly);
+void boundbox_ipo(struct Ipo *ipo, struct rctf *bb, int selectedonly);
void editipo_changed(struct SpaceIpo *si, int doredraw);
void scale_editipo(void);