From dcd1642121a14ddc3191399fb7120fe0a15437ce Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 24 Nov 2009 17:12:32 +0000 Subject: RNA api - EditBone was missing 'selected' - renamed 'selectable' to --> 'restrict_select', matching object mode. - renamed 'active_pchan' --> 'active_pose_bone' --- source/blender/editors/armature/editarmature.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/armature') diff --git a/source/blender/editors/armature/editarmature.c b/source/blender/editors/armature/editarmature.c index 78ba73ce5d5..ce3e4cc8f8d 100644 --- a/source/blender/editors/armature/editarmature.c +++ b/source/blender/editors/armature/editarmature.c @@ -5149,7 +5149,7 @@ static int pose_select_parent_exec(bContext *C, wmOperator *op) bPoseChannel *pchan,*parent; /* Determine if there is an active bone */ - pchan=CTX_data_active_pchan(C); + pchan=CTX_data_active_pose_bone(C); if (pchan) { bArmature *arm= ob->data; parent=pchan->parent; -- cgit v1.2.3