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
This commit is contained in:
@@ -795,7 +795,7 @@ void graph_draw_curves (bAnimContext *ac, SpaceIpo *sipo, ARegion *ar, View2DGri
|
||||
*/
|
||||
for (ale=anim_data.first; ale; ale=ale->next) {
|
||||
FCurve *fcu= (FCurve *)ale->key_data;
|
||||
FModifier *fcm= fcurve_find_active_modifier(fcu);
|
||||
FModifier *fcm= find_active_fmodifier(&fcu->modifiers);
|
||||
AnimData *adt= ANIM_nla_mapping_get(ac, ale);
|
||||
|
||||
/* map keyframes for drawing if scaled F-Curve */
|
||||
|
||||
Reference in New Issue
Block a user