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:
authorJoshua Leung <aligorith@gmail.com>2008-02-14 09:31:40 +0300
committerJoshua Leung <aligorith@gmail.com>2008-02-14 09:31:40 +0300
commit3f03fff5576d05b7dfa3c886b2ec667220f86568 (patch)
tree9a241e3ccd06cd637342652e4c844765a6d8a6d9 /source/blender/include/BIF_poseobject.h
parent5beaeb9f4bb1582071cf6bd72a7276a54cc4e95a (diff)
== Shift-G - Select Grouped menu in PoseMode ==
In PoseMode, the Shift-G menu now presents options for selecting bones in the same layer or the same bone-group.
Diffstat (limited to 'source/blender/include/BIF_poseobject.h')
-rw-r--r--source/blender/include/BIF_poseobject.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/include/BIF_poseobject.h b/source/blender/include/BIF_poseobject.h
index 9f50257c953..bf60fdb6038 100644
--- a/source/blender/include/BIF_poseobject.h
+++ b/source/blender/include/BIF_poseobject.h
@@ -68,6 +68,9 @@ void pose_assign_to_posegroup(short active);
void pose_remove_from_posegroups(void);
void pgroup_operation_with_menu(void);
+void pose_select_grouped(short nr);
+void pose_select_grouped_menu(void);
+
void pose_calculate_path(struct Object *ob);
void pose_recalculate_paths(struct Object *ob);
void pose_clear_paths(struct Object *ob);