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:
-rw-r--r--source/blender/editors/armature/editarmature.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/editors/armature/editarmature.c b/source/blender/editors/armature/editarmature.c
index c2d7b057bfb..8cac3c42e4d 100644
--- a/source/blender/editors/armature/editarmature.c
+++ b/source/blender/editors/armature/editarmature.c
@@ -2245,6 +2245,8 @@ static void undoBones_to_editBones(void *uarmv, void *armv)
ebo= uarm->act_edbone;
arm->act_edbone= ebo->temp;
}
+ else
+ arm->act_edbone= NULL;
/* set pointers */
for(newebo= arm->edbo->first; newebo; newebo= newebo->next) {