Blender Git Loki
Git Commits -> Revision f3c47a6
Revision f3c47a6 by Joshua Leung (master) July 2, 2009, 05:25 (GMT) |
NLA SoC: Separating out F-Modifier API * F-Modifier API is now in its own file in blenkernel * Renamed and refactored these so that they're no dependent on F-Curves, since all they really used was the fcu->modifiers list * Added missing license blocks to a few files |
Commit Details:
Full Hash: f3c47a66b0cb3bb70505ed46522e6c557769eaa5
SVN Revision: 21307
Parent Commit: b47605d
Lines Changed: +1310, -1173
1 Added Path:
/source/blender/blenkernel/intern/fmodifier.c (+1197, -0) (View)
11 Modified Paths:
/source/blender/blenkernel/BKE_fcurve.h (+7, -7) (Diff)
/source/blender/blenkernel/intern/fcurve.c (+4, -1133) (Diff)
/source/blender/blenkernel/intern/ipo.c (+1, -1) (Diff)
/source/blender/blenkernel/intern/nla.c (+3, -10) (Diff)
/source/blender/editors/animation/drivers.c (+28, -3) (Diff)
/source/blender/editors/animation/fmodifier_ui.c (+11, -10) (Diff)
/source/blender/editors/animation/keyframing.c (+27, -2) (Diff)
/source/blender/editors/animation/keyingsets.c (+27, -2) (Diff)
/source/blender/editors/space_graph/graph_draw.c (+1, -1) (Diff)
/source/blender/editors/space_graph/graph_edit.c (+2, -2) (Diff)
/source/blender/editors/space_graph/graph_utils.c (+2, -2) (Diff)
/source/blender/blenkernel/intern/fcurve.c (+4, -1133) (Diff)
/source/blender/blenkernel/intern/ipo.c (+1, -1) (Diff)
/source/blender/blenkernel/intern/nla.c (+3, -10) (Diff)
/source/blender/editors/animation/drivers.c (+28, -3) (Diff)
/source/blender/editors/animation/fmodifier_ui.c (+11, -10) (Diff)
/source/blender/editors/animation/keyframing.c (+27, -2) (Diff)
/source/blender/editors/animation/keyingsets.c (+27, -2) (Diff)
/source/blender/editors/space_graph/graph_draw.c (+1, -1) (Diff)
/source/blender/editors/space_graph/graph_edit.c (+2, -2) (Diff)
/source/blender/editors/space_graph/graph_utils.c (+2, -2) (Diff)