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:
authorTon Roosendaal <ton@blender.org>2005-09-06 16:51:02 +0400
committerTon Roosendaal <ton@blender.org>2005-09-06 16:51:02 +0400
commit6029ec60da203a8b65944c6a34e440e1f596107f (patch)
tree295c3c594695bb198e27557f3667298f0359b56a /source/blender/src/editarmature.c
parent63cd6b21797b391bac120911f61600ac3cdfaa65 (diff)
Forgot to add correct naming for subdiv bones.
Diffstat (limited to 'source/blender/src/editarmature.c')
-rw-r--r--source/blender/src/editarmature.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/src/editarmature.c b/source/blender/src/editarmature.c
index 939f66d122b..3f4cf62062e 100644
--- a/source/blender/src/editarmature.c
+++ b/source/blender/src/editarmature.c
@@ -1746,6 +1746,8 @@ void subdivide_armature(void)
newbone->flag |= BONE_CONNECTED;
+ unique_editbone_name (newbone->name);
+
/* correct parent bones */
for (tbone = G.edbo.first; tbone; tbone=tbone->next){
if(tbone->parent==ebone)