[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [20395] trunk/blender/source/blender/src/ header_ipo.c: Pressing the '~' key in the ipo view didnt store the view state in the ipo curves as clicking on the ipo channel names does .

Campbell Barton ideasman42 at gmail.com
Mon May 25 05:06:06 CEST 2009


Revision: 20395
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=20395
Author:   campbellbarton
Date:     2009-05-25 05:06:03 +0200 (Mon, 25 May 2009)

Log Message:
-----------
Pressing the '~' key in the ipo view didnt store the view state in the ipo curves as clicking on the ipo channel names does.

Modified Paths:
--------------
    trunk/blender/source/blender/src/header_ipo.c

Modified: trunk/blender/source/blender/src/header_ipo.c
===================================================================
--- trunk/blender/source/blender/src/header_ipo.c	2009-05-25 02:39:05 UTC (rev 20394)
+++ trunk/blender/source/blender/src/header_ipo.c	2009-05-25 03:06:03 UTC (rev 20395)
@@ -1216,6 +1216,8 @@
 			if (ei->icu)	ei->flag |= IPO_VISIBLE;
 			else			ei->flag &= ~IPO_VISIBLE;
 		}
+		update_editipo_flags();
+		
 		break;
 	case B_IPOREDRAW:
 		DAG_object_flush_update(G.scene, ob, OB_RECALC);





More information about the Bf-blender-cvs mailing list