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:
authorChris Want <cwant@ualberta.ca>2004-01-04 10:47:51 +0300
committerChris Want <cwant@ualberta.ca>2004-01-04 10:47:51 +0300
commitbf541a5f63df80524b085028642988750f54ab52 (patch)
treef0e5236ec425e2fe5466698d2a98b9271504f92a /source/blender/src/header_action.c
parent2c4e3d4f2c426e1a8cc7653dea6263508397aa3c (diff)
Returning the copy/paste/'paste flip' buttons to the 3D window header
while in pose mode.
Diffstat (limited to 'source/blender/src/header_action.c')
-rw-r--r--source/blender/src/header_action.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/src/header_action.c b/source/blender/src/header_action.c
index 05cd56eca92..ef8ba58dcaf 100644
--- a/source/blender/src/header_action.c
+++ b/source/blender/src/header_action.c
@@ -155,10 +155,14 @@ void do_action_buttons(unsigned short event)
break;
case B_ACTPASTE:
paste_posebuf(0);
+ clear_object_constraint_status(OBACT);
+ make_displists_by_armature(OBACT);
allqueue(REDRAWVIEW3D, 1);
break;
case B_ACTPASTEFLIP:
paste_posebuf(1);
+ clear_object_constraint_status(OBACT);
+ make_displists_by_armature(OBACT);
allqueue(REDRAWVIEW3D, 1);
break;