[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [18979] branches/blender2.5/blender/source /blender/editors/space_graph/space_graph.c: 2.5

Ton Roosendaal ton at blender.org
Sun Feb 15 12:41:25 CET 2009


Revision: 18979
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=18979
Author:   ton
Date:     2009-02-15 12:41:22 +0100 (Sun, 15 Feb 2009)

Log Message:
-----------
2.5

Graph editor: added refresh tagging on initialize; this is called
on browsing space types, as well on read files or switch screens.

(Makes the fancy fluorescent rainbow colors in channels appear!)

Modified Paths:
--------------
    branches/blender2.5/blender/source/blender/editors/space_graph/space_graph.c

Modified: branches/blender2.5/blender/source/blender/editors/space_graph/space_graph.c
===================================================================
--- branches/blender2.5/blender/source/blender/editors/space_graph/space_graph.c	2009-02-15 10:58:24 UTC (rev 18978)
+++ branches/blender2.5/blender/source/blender/editors/space_graph/space_graph.c	2009-02-15 11:41:22 UTC (rev 18979)
@@ -141,6 +141,8 @@
 	/* init dopesheet data if non-existant (i.e. for old files) */
 	if (sipo->ads == NULL)
 		sipo->ads= MEM_callocN(sizeof(bDopeSheet), "GraphEdit DopeSheet");
+
+	ED_area_tag_refresh(sa);
 }
 
 static SpaceLink *graph_duplicate(SpaceLink *sl)





More information about the Bf-blender-cvs mailing list