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>2013-10-17 18:19:03 +0400
committerJoshua Leung <aligorith@gmail.com>2013-10-17 18:19:03 +0400
commit1263a0891cc0d7d2602fa2668cc7ffa271624046 (patch)
tree63fa81fef1bfe54eca085e6f090adcf1c6a97d2f /source/blender/editors/include/ED_armature.h
parenteb1b4c3b55e212dbcb7fb2390c90adf204f42959 (diff)
Project Pampa Request: Selecting groups in animation editors selects
corresponding bones
Diffstat (limited to 'source/blender/editors/include/ED_armature.h')
-rw-r--r--source/blender/editors/include/ED_armature.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/include/ED_armature.h b/source/blender/editors/include/ED_armature.h
index 225d8a0e5a3..e7489e1bc72 100644
--- a/source/blender/editors/include/ED_armature.h
+++ b/source/blender/editors/include/ED_armature.h
@@ -168,6 +168,7 @@ void ED_armature_ebone_selectflag_disable(EditBone *ebone, int flag);
void ED_armature_exit_posemode(struct bContext *C, struct Base *base);
void ED_armature_enter_posemode(struct bContext *C, struct Base *base);
void ED_pose_deselectall(struct Object *ob, int test);
+void ED_pose_bone_select(struct Object *ob, struct bPoseChannel *pchan, bool select);
void ED_pose_recalculate_paths(struct Scene *scene, struct Object *ob);
struct Object *ED_pose_object_from_context(struct bContext *C);