? user-config.py ? tools/Blender.pyc ? tools/__init__.pyc ? tools/bcolors.pyc ? tools/btools.pyc Index: source/blender/src/editipo.c =================================================================== RCS file: /cvsroot/bf-blender/blender/source/blender/src/editipo.c,v retrieving revision 1.133 diff -u -r1.133 editipo.c --- source/blender/src/editipo.c 14 Feb 2007 14:53:37 -0000 1.133 +++ source/blender/src/editipo.c 27 Feb 2007 19:57:04 -0000 @@ -2720,7 +2720,7 @@ allspace(REMAKEIPO, 0); } - else if(curarea->spacetype==SPACE_VIEW3D) { + else if((curarea->spacetype==SPACE_VIEW3D) || (curarea->spacetype == SPACE_ACTION)) { ob= OBACT; if (ob && (ob->flag & OB_POSEMODE)) {