Blender Git Loki
Git Commits -> Revision 8e877c1
Revision 8e877c1 by Joerg Mueller (master) November 22, 2009, 12:10 (GMT) |
Added a first version of the Sound F-Curve Modifier, not really usable yet, but you can play around with it. |
Commit Details:
Full Hash: 8e877c1f9ff8d20037299a93dbf8489d2bc9eb98
SVN Revision: 24759
Parent Commit: 8b84cc2
Lines Changed: +228, -7
9 Modified Paths:
/source/blender/blenkernel/intern/fmodifier.c (+88, -0) (Diff)
/source/blender/blenloader/intern/readfile.c (+13, -0) (Diff)
/source/blender/editors/animation/fmodifier_ui.c (+51, -4) (Diff)
/source/blender/editors/include/ED_anim_api.h (+1, -1) (Diff)
/source/blender/editors/space_graph/graph_buttons.c (+1, -1) (Diff)
/source/blender/editors/space_nla/nla_buttons.c (+1, -1) (Diff)
/source/blender/makesdna/DNA_anim_types.h (+21, -0) (Diff)
/source/blender/makesrna/intern/rna_fcurve.c (+51, -0) (Diff)
/source/blender/makesrna/RNA_access.h (+1, -0) (Diff)
/source/blender/blenloader/intern/readfile.c (+13, -0) (Diff)
/source/blender/editors/animation/fmodifier_ui.c (+51, -4) (Diff)
/source/blender/editors/include/ED_anim_api.h (+1, -1) (Diff)
/source/blender/editors/space_graph/graph_buttons.c (+1, -1) (Diff)
/source/blender/editors/space_nla/nla_buttons.c (+1, -1) (Diff)
/source/blender/makesdna/DNA_anim_types.h (+21, -0) (Diff)
/source/blender/makesrna/intern/rna_fcurve.c (+51, -0) (Diff)
/source/blender/makesrna/RNA_access.h (+1, -0) (Diff)