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>2007-04-17 20:14:41 +0400
committerCampbell Barton <ideasman42@gmail.com>2007-04-17 20:14:41 +0400
commitb95f4ba2ad870568da484eb77138501078a6b76c (patch)
tree0dfe6d4446958579661ccf9ef514d911e2b726fd /source/blender/include/BDR_editobject.h
parent063605b2795b24075220f93f05e0dd2f08b7e4dd (diff)
added a hook menu for object mode, more commands can be added here but currently there is only Reset Offset and Recenter at Cursor
This functionality was requested by malfico when dealing with many hooks.
Diffstat (limited to 'source/blender/include/BDR_editobject.h')
-rw-r--r--source/blender/include/BDR_editobject.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/include/BDR_editobject.h b/source/blender/include/BDR_editobject.h
index 4ac83b452b0..9aa8072302e 100644
--- a/source/blender/include/BDR_editobject.h
+++ b/source/blender/include/BDR_editobject.h
@@ -110,6 +110,7 @@ void auto_timeoffs(void);
void texspace_edit(void);
void flip_subdivison(int);
void mirrormenu(void);
+void hookmenu(void); /* object mode hook menu */
void add_hook(void);