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>2006-01-04 18:47:16 +0300
committerTon Roosendaal <ton@blender.org>2006-01-04 18:47:16 +0300
commited2b55585d7c28f980d264e9add5079adde9209c (patch)
treea678bc1eee89b054693e3c3a6cd6b5bbdc4b75db /source/blender/python/api2_2x/Armature.c
parentec01a66a6b21d4bde016533af4004d2bfeba5162 (diff)
parent4cb838d54f6a84e2717fce580a65d205f3980b03 (diff)
Wednesday sync orange with bf-blender
Note: has the crazyspace fix!
Diffstat (limited to 'source/blender/python/api2_2x/Armature.c')
-rw-r--r--source/blender/python/api2_2x/Armature.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/python/api2_2x/Armature.c b/source/blender/python/api2_2x/Armature.c
index a2a3db05bc8..743956a1f61 100644
--- a/source/blender/python/api2_2x/Armature.c
+++ b/source/blender/python/api2_2x/Armature.c
@@ -465,6 +465,7 @@ static PyObject *Armature_update(BPy_Armature *self)
if (!BonesDict_InitBones(self->Bones))
return NULL;
self->Bones->editmode_flag = 0;
+ BLI_freelistN(&self->Bones->editbones);
}else{
goto AttributeError;