From 255c850e0be3c1ca8676e2dcdc316232f646da96 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 20 Jan 2021 15:24:52 +1100 Subject: Cleanup: spelling --- source/blender/blenkernel/intern/anim_sys.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'source/blender/blenkernel/intern/anim_sys.c') diff --git a/source/blender/blenkernel/intern/anim_sys.c b/source/blender/blenkernel/intern/anim_sys.c index 00c245a797f..da874539232 100644 --- a/source/blender/blenkernel/intern/anim_sys.c +++ b/source/blender/blenkernel/intern/anim_sys.c @@ -2357,9 +2357,10 @@ static bool is_action_track_evaluated_without_nla(const AnimData *adt, return true; } -/** XXX Wayde Moss: BKE_nlatrack_find_tweaked() exists within nla.c, but it doesn't appear to - * work as expected. From animsys_evaluate_nla_for_flush(), it returns NULL in tweak mode. I'm not - * sure why. Preferably, it would be as simple as checking for (adt->act_Track == nlt) but that +/** + * XXX(Wayde Moss): #BKE_nlatrack_find_tweaked() exists within nla.c, but it doesn't appear to + * work as expected. From #animsys_evaluate_nla_for_flush(), it returns NULL in tweak mode. I'm not + * sure why. Preferably, it would be as simple as checking for `(adt->act_Track == nlt)` but that * doesn't work either, neither does comparing indices. * * This function is a temporary work around. The first disabled track is always the tweaked track. -- cgit v1.2.3