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:
authorCampbell Barton <ideasman42@gmail.com>2009-12-04 05:32:34 +0300
committerCampbell Barton <ideasman42@gmail.com>2009-12-04 05:32:34 +0300
commita9b9993414e0b2b6154fae78c7bbce4f5fdb20f8 (patch)
tree86c2a324108d5669dbc528135ff7a6999c11a31a /source/blender/makesrna/intern/rna_armature.c
parent30d752502b0c6c19a7045e771da5431436a0b259 (diff)
rna function
editbone.align(vector), to align the bones z axis to a localspace direction. finished leg rig pose mode data
Diffstat (limited to 'source/blender/makesrna/intern/rna_armature.c')
-rw-r--r--source/blender/makesrna/intern/rna_armature.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/makesrna/intern/rna_armature.c b/source/blender/makesrna/intern/rna_armature.c
index 0a5445d2642..371f14be753 100644
--- a/source/blender/makesrna/intern/rna_armature.c
+++ b/source/blender/makesrna/intern/rna_armature.c
@@ -618,6 +618,8 @@ static void rna_def_edit_bone(BlenderRNA *brna)
RNA_def_property_ui_text(prop, "Tail Selected", "");
RNA_def_property_update(prop, 0, "rna_Armature_redraw_data");
+ RNA_api_armature_edit_bone(srna);
+
RNA_define_verify_sdna(1);
}