[Bf-committers] Please rollback: blender/source/blender/blenkernel/intern/action.c

Chris Want bf-committers@blender.org
Sun, 10 Nov 2002 08:39:46 -0700


The problem:

Create an armature with an executable built
from current cvs source, go into posemode, and
rotate a bone -- the bone disappears! Try
loading a file with an armature already
created and animated -- the armature and
the mesh parented to it are invisible!

Doing:

cd blender/source/blender/blenkernel/intern; cvs update -p -r 1.2 
action.c > action.c

made it good again.

Chris