From 75d2729fce545fbb17d07ce85f039e0889869a80 Mon Sep 17 00:00:00 2001 From: Joshua Leung Date: Thu, 21 Feb 2008 11:14:21 +0000 Subject: Following on from the commits yesterday for "Action Channel Settings" quick-toggle tools, bones now have this functionality too. Use Shift-W to toggle, Ctrl-Shift-W to enable, and Alt-W to disable one of the bone's settings. --- source/blender/include/BIF_editarmature.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/include/BIF_editarmature.h') diff --git a/source/blender/include/BIF_editarmature.h b/source/blender/include/BIF_editarmature.h index cc34cb58ae3..935b93c8626 100644 --- a/source/blender/include/BIF_editarmature.h +++ b/source/blender/include/BIF_editarmature.h @@ -111,6 +111,7 @@ void remake_editArmature(void); void selectconnected_armature(void); void selectconnected_posearmature(void); void select_bone_parent(void); +void setflag_armature(short mode); void unique_editbone_name (struct ListBase *ebones, char *name); void auto_align_armature(short mode); -- cgit v1.2.3