From 0721727887f4ae3e34bf7d37b63be0d8e10bf07d Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Sun, 14 Aug 2005 07:02:51 +0000 Subject: - added hook "cursor center" feature (sets hook center to cursor position), gives better control over falloff - added modifier UI access to hook "select" and "reassign" features - bug fix, unbroke path-tilt drawing --- source/blender/include/BDR_editobject.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source/blender/include/BDR_editobject.h') diff --git a/source/blender/include/BDR_editobject.h b/source/blender/include/BDR_editobject.h index f6abd6707f1..2ac7bfa8910 100644 --- a/source/blender/include/BDR_editobject.h +++ b/source/blender/include/BDR_editobject.h @@ -37,6 +37,7 @@ struct Object; struct Tex; struct Material; struct Base; +struct HookModifierData; void add_object_draw(int type); void add_objectLamp(short type); @@ -105,6 +106,8 @@ void mirrormenu(void); void add_hook(void); +void hook_select(struct HookModifierData *hmd); +int hook_getIndexArray(int **indexar, float *cent_r); #endif /* BDR_EDITOBJECT_H */ -- cgit v1.2.3