Blender Git Loki
Git Commits -> Revision 4fd66d7
Revision 4fd66d7 by Campbell Barton (master) November 16, 2013, 18:23 (GMT) |
code cleanup: armature functions - added BKE_pose_channel_get_mirrored (matching editmode function ED_armature_bone_get_mirrored) - editbone_name_exists -> ED_armature_bone_find_name |
Commit Details:
Full Hash: 4fd66d7c0c569958e4db8486e63f5f2a5e64f2cc
Parent Commit: e62cdbb
Lines Changed: +44, -27
9 Modified Paths:
/source/blender/blenkernel/BKE_action.h (+1, -0) (Diff)
/source/blender/blenkernel/intern/action.c (+17, -0) (Diff)
/source/blender/editors/armature/armature_edit.c (+2, -2) (Diff)
/source/blender/editors/armature/armature_intern.h (+0, -3) (Diff)
/source/blender/editors/armature/armature_naming.c (+2, -8) (Diff)
/source/blender/editors/armature/armature_relations.c (+2, -2) (Diff)
/source/blender/editors/armature/armature_utils.c (+17, -10) (Diff)
/source/blender/editors/armature/pose_transform.c (+1, -1) (Diff)
/source/blender/editors/include/ED_armature.h (+2, -1) (Diff)
/source/blender/blenkernel/intern/action.c (+17, -0) (Diff)
/source/blender/editors/armature/armature_edit.c (+2, -2) (Diff)
/source/blender/editors/armature/armature_intern.h (+0, -3) (Diff)
/source/blender/editors/armature/armature_naming.c (+2, -8) (Diff)
/source/blender/editors/armature/armature_relations.c (+2, -2) (Diff)
/source/blender/editors/armature/armature_utils.c (+17, -10) (Diff)
/source/blender/editors/armature/pose_transform.c (+1, -1) (Diff)
/source/blender/editors/include/ED_armature.h (+2, -1) (Diff)