[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [50838] trunk/blender/source/blender/ editors/space_action/space_action.c: inserting mask keyframes wasn' t redrawing with the dope sheet

Campbell Barton ideasman42 at gmail.com
Mon Sep 24 02:37:16 CEST 2012


Revision: 50838
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=50838
Author:   campbellbarton
Date:     2012-09-24 00:37:14 +0000 (Mon, 24 Sep 2012)
Log Message:
-----------
inserting mask keyframes wasn't redrawing with the dope sheet

Modified Paths:
--------------
    trunk/blender/source/blender/editors/space_action/space_action.c

Modified: trunk/blender/source/blender/editors/space_action/space_action.c
===================================================================
--- trunk/blender/source/blender/editors/space_action/space_action.c	2012-09-24 00:07:14 UTC (rev 50837)
+++ trunk/blender/source/blender/editors/space_action/space_action.c	2012-09-24 00:37:14 UTC (rev 50838)
@@ -409,6 +409,7 @@
 				switch (wmn->data) {
 					case ND_DATA:
 						ED_area_tag_refresh(sa);
+						ED_area_tag_redraw(sa);
 						break;
 					default: /* just redrawing the view will do */
 						ED_area_tag_redraw(sa);




More information about the Bf-blender-cvs mailing list