From 554e2fe119572920a73d704de9d0c9ba80502495 Mon Sep 17 00:00:00 2001 From: Joshua Leung Date: Sat, 5 May 2007 04:46:47 +0000 Subject: Quite a few bugfixes: * Constraint sliders in Action Editor didn't update buttons window * Homekey in IPO Editor didn't respect scaling. * With Preview Range set, using the SKEY and EKEY hotkeys in the Timeline to change the extents of it, resulted to the NLA editor not being refreshed. (Note: I haven't actually seen this happening) * Keyframing options 'Avail' and 'Needed' didn't work for Objects when they had an ObAction. The problem was that the code assumed that the object had an ipo-block associated with it, but that is not the case when you have an Object Action for that object. --- source/blender/src/drawaction.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/src/drawaction.c') diff --git a/source/blender/src/drawaction.c b/source/blender/src/drawaction.c index 9ffb6c7da64..cf76d69f60b 100644 --- a/source/blender/src/drawaction.c +++ b/source/blender/src/drawaction.c @@ -213,6 +213,7 @@ static void icu_slider_func(void *voidicu, void *voidignore) allqueue (REDRAWNLA, 0); allqueue (REDRAWIPO, 0); allspace(REMAKEIPO, 0); + allqueue(REDRAWBUTSALL, 0); } static void make_icu_slider(uiBlock *block, IpoCurve *icu, -- cgit v1.2.3