Blender Git Commit Log
Git Commits -> Revision 9b1ce6e
Revision 9b1ce6e by Joshua Leung (master) May 22, 2009, 01:16 (GMT) |
NLA SoC: Part 1 of NLA-Data Management API In this commit: * Added code for freeing NLA data now stored in AnimData * Started writing some utilities for adding NLA data, especially the 'push-down' concept for Actions * Cleanups of existing code - removal of obsolete NLA code from various places Next commits/parts: * File IO code for new-style NLA data * Version patching for old data to new data |
Commit Details:
Full Hash: 9b1ce6e55608e868a1fa1bc62710e053919c39de
SVN Revision: 20331
Parent Commit: cebf6cb
Lines Changed: +270, -130
7 Modified Paths:
/source/blender/blenkernel/BKE_nla.h (+22, -11) (Diff)
/source/blender/blenkernel/intern/anim_sys.c (+7, -0) (Diff)
/source/blender/blenkernel/intern/nla.c (+235, -110) (Diff)
/source/blender/blenkernel/intern/object.c (+1, -7) (Diff)
/source/blender/editors/space_nla/space_nla.c (+1, -0) (Diff)
/source/blender/makesdna/DNA_anim_types.h (+3, -1) (Diff)
/source/blender/makesdna/DNA_space_types.h (+1, -1) (Diff)
/source/blender/blenkernel/intern/anim_sys.c (+7, -0) (Diff)
/source/blender/blenkernel/intern/nla.c (+235, -110) (Diff)
/source/blender/blenkernel/intern/object.c (+1, -7) (Diff)
/source/blender/editors/space_nla/space_nla.c (+1, -0) (Diff)
/source/blender/makesdna/DNA_anim_types.h (+3, -1) (Diff)
/source/blender/makesdna/DNA_space_types.h (+1, -1) (Diff)