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-01-30 14:09:18 +0300
committerJoshua Leung <aligorith@gmail.com>2008-01-30 14:09:18 +0300
commitbace7e5788bc83dacc05cef6e4b7d448c43c5380 (patch)
treea996e0d09ddd6db0d64153f753974e38999b61f3 /source/blender/include/BIF_poseobject.h
parente0a625937ba132cd1629dc307082f2f7abf93705 (diff)
* Bone Groups - changed some of the options in the Ctrl-G menu so that it is more useful
* Tweaked one of the colours in the colour sets so that it is less similar to a colour in another set representing another state.
Diffstat (limited to 'source/blender/include/BIF_poseobject.h')
-rw-r--r--source/blender/include/BIF_poseobject.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/include/BIF_poseobject.h b/source/blender/include/BIF_poseobject.h
index 3aa4413e9f9..d0f4428f3f8 100644
--- a/source/blender/include/BIF_poseobject.h
+++ b/source/blender/include/BIF_poseobject.h
@@ -64,7 +64,7 @@ void pose_adds_vgroups(struct Object *meshobj, int heatweights);
void pose_add_posegroup(void);
void pose_remove_posegroup(void);
char *build_posegroups_menustr(struct bPose *pose, short for_pupmenu);
-void pose_assign_to_posegroup(void);
+void pose_assign_to_posegroup(short active);
void pose_remove_from_posegroups(void);
void pgroup_operation_with_menu(void);