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>2012-08-13 12:54:33 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-08-13 12:54:33 +0400
commit7d3e854aebdd26409c9d845487c80a1fbddc73bd (patch)
treed641ae3136a32fa9fbf6f6cb28053a5eed840405 /source/blender/editors/object/object_intern.h
parent6324c5fed189f2f977e7571c2762f674a715a469 (diff)
add hook now has option to add to active bone (mango request).
Diffstat (limited to 'source/blender/editors/object/object_intern.h')
-rw-r--r--source/blender/editors/object/object_intern.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/object/object_intern.h b/source/blender/editors/object/object_intern.h
index f7e7c87d956..b62ff676066 100644
--- a/source/blender/editors/object/object_intern.h
+++ b/source/blender/editors/object/object_intern.h
@@ -43,6 +43,7 @@ struct HookModifierData;
enum {
OBJECT_ADDHOOK_NEWOB = 1,
OBJECT_ADDHOOK_SELOB,
+ OBJECT_ADDHOOK_SELOB_BONE
} eObject_Hook_Add_Mode;
/* internal exports only */