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>2009-11-16 16:59:27 +0300
committerCampbell Barton <ideasman42@gmail.com>2009-11-16 16:59:27 +0300
commit20043a0fc08cb92af8de796afabb78f7d64f7099 (patch)
treee0ad658cf09a94af699a27b0056909b23bfcf6e2 /source/blender/editors/object/object_intern.h
parent88fe2d187bd8a1a6e07f60b6090d302ee81c462b (diff)
add hook in vertex and control point menu's, Ctrl+H
TODO's - add for lattice - break up add_hook - add other hook operators
Diffstat (limited to 'source/blender/editors/object/object_intern.h')
-rw-r--r--source/blender/editors/object/object_intern.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/editors/object/object_intern.h b/source/blender/editors/object/object_intern.h
index 8f27f0fbae4..6272d3cd4cf 100644
--- a/source/blender/editors/object/object_intern.h
+++ b/source/blender/editors/object/object_intern.h
@@ -106,6 +106,8 @@ void OBJECT_OT_convert(struct wmOperatorType *ot);
int object_hook_index_array(Object *obedit, int *tot, int **indexar, char *name, float *cent_r);
void object_hook_select(Object *obedit, struct HookModifierData *hmd);
+void OBJECT_OT_hook_add(struct wmOperatorType *ot);
+
/* object_lattice.c */
void free_editLatt(Object *ob);
void make_editLatt(Object *obedit);