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:
authorDaniel Dunbar <daniel@zuster.org>2005-08-14 11:02:51 +0400
committerDaniel Dunbar <daniel@zuster.org>2005-08-14 11:02:51 +0400
commit0721727887f4ae3e34bf7d37b63be0d8e10bf07d (patch)
treed2b2146f876f2268dbe54a0285c24ec7b459aaf3 /source/blender/include/BDR_editobject.h
parent93aeb6b318a7ec8022e14bba7f9ab98aae0aab6e (diff)
- 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
Diffstat (limited to 'source/blender/include/BDR_editobject.h')
-rw-r--r--source/blender/include/BDR_editobject.h3
1 files changed, 3 insertions, 0 deletions
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 */