From e16df991abc6b9bd45739d90226fe51ce5d8ce5b Mon Sep 17 00:00:00 2001 From: Ton Roosendaal Date: Sun, 2 Jul 2006 11:47:27 +0000 Subject: Bug #4568 No fix... the Object "TimeOffset" option to work on own ipo doesn't work at all, not since NaN days. Enabling it is easy, but might screw up a lot of previous saved files. I moved that report to the todo, for a make-over of the entire internal timing system. Added tooltip in button this option doesn't work. --- source/blender/src/buttons_object.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source') diff --git a/source/blender/src/buttons_object.c b/source/blender/src/buttons_object.c index a2f5440926e..8623b3fcb0d 100644 --- a/source/blender/src/buttons_object.c +++ b/source/blender/src/buttons_object.c @@ -1656,7 +1656,7 @@ static void object_panel_anim(Object *ob) uiDefButI(block, NUM, REDRAWVIEW3D, "DupEnd", 24,65,140,19, &ob->dupend, 1.0, 32767, 0, 0, "Specify endframe for Dupliframes"); uiDefButI(block, NUM, REDRAWVIEW3D, "DupOff", 171,65,145,19, &ob->dupoff, 0.0, 1500.0, 0, 0, "Specify recurring frames to exclude from the Dupliframes"); uiBlockBeginAlign(block); - uiDefButBitS(block, TOG, OB_OFFS_OB, REDRAWALL, "Offs Ob", 24,35,56,20, &ob->ipoflag, 0, 0, 0, 0, "Let the timeoffset work on its own objectipo"); + uiDefButBitS(block, TOG, OB_OFFS_OB, REDRAWALL, "Offs Ob", 24,35,56,20, &ob->ipoflag, 0, 0, 0, 0, "Not functional at the moment!"); uiDefButBitS(block, TOG, OB_OFFS_PARENT, REDRAWALL, "Offs Par", 82,35,56,20 , &ob->ipoflag, 0, 0, 0, 0, "Let the timeoffset work on the parent"); uiDefButBitS(block, TOG, OB_OFFS_PARTICLE, REDRAWALL, "Offs Particle", 140,35,103,20, &ob->ipoflag, 0, 0, 0, 0, "Let the timeoffset work on the particle effect"); -- cgit v1.2.3