Blender Git Commit Log
Git Commits -> Revision 4263c13
Revision 4263c13 by Joshua Leung (master) April 13, 2009, 11:15 (GMT) |
Animato Bugfixes: * Copying objects with animation data now works correctly. Previously, actions were not getting copied correctly, leading to loss of data in some cases. * Action and Graph editors now display the name of the Action concerned (for 'Action' folder channels), making it easier to tell which AnimData blocks are sharing the same actions * Added some code to make relative KeyingSets (converted from absolute ones) work better. |
Commit Details:
Full Hash: 4263c13c392fadea67f7b4884fb6af50585a6c69
SVN Revision: 19704
Parent Commit: b27e240
Lines Changed: +36, -9
6 Modified Paths:
/source/blender/blenkernel/intern/action.c (+26, -4) (Diff)
/source/blender/blenkernel/intern/anim_sys.c (+5, -1) (Diff)
/source/blender/blenkernel/intern/fcurve.c (+2, -0) (Diff)
/source/blender/editors/armature/poselib.c (+1, -2) (Diff)
/source/blender/editors/space_action/action_draw.c (+1, -1) (Diff)
/source/blender/editors/space_graph/graph_draw.c (+1, -1) (Diff)
/source/blender/blenkernel/intern/anim_sys.c (+5, -1) (Diff)
/source/blender/blenkernel/intern/fcurve.c (+2, -0) (Diff)
/source/blender/editors/armature/poselib.c (+1, -2) (Diff)
/source/blender/editors/space_action/action_draw.c (+1, -1) (Diff)
/source/blender/editors/space_graph/graph_draw.c (+1, -1) (Diff)