Blender Git Loki
Git Commits -> Revision 9d0b7b1
Revision 9d0b7b1 by Sergey Sharybin (master) February 17, 2012, 08:13 (GMT) |
Camera tracking: animation datablock for MovieClip Added AnimData block to MovieClip datablock which allows to animate different properties in clip. Currently supports animation of stabilization influence only. -- svn merge -r44129:44130 ^/branches/soc-2011-tomato |
Commit Details:
Full Hash: 9d0b7b168fdd69108f095cefed6c3feb0e327ea2
SVN Revision: 44178
Parent Commit: 5fd24dc
Lines Changed: +89, -0
7 Modified Paths:
/source/blender/blenkernel/intern/anim_sys.c (+4, -0) (Diff)
/source/blender/blenkernel/intern/movieclip.c (+3, -0) (Diff)
/source/blender/blenloader/intern/readfile.c (+5, -0) (Diff)
/source/blender/blenloader/intern/writefile.c (+3, -0) (Diff)
/source/blender/makesdna/DNA_movieclip_types.h (+2, -0) (Diff)
/source/blender/makesrna/intern/rna_movieclip.c (+16, -0) (Diff)
/source/blender/makesrna/intern/rna_tracking.c (+56, -0) (Diff)
/source/blender/blenkernel/intern/movieclip.c (+3, -0) (Diff)
/source/blender/blenloader/intern/readfile.c (+5, -0) (Diff)
/source/blender/blenloader/intern/writefile.c (+3, -0) (Diff)
/source/blender/makesdna/DNA_movieclip_types.h (+2, -0) (Diff)
/source/blender/makesrna/intern/rna_movieclip.c (+16, -0) (Diff)
/source/blender/makesrna/intern/rna_tracking.c (+56, -0) (Diff)