[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [25794] trunk/blender/source/blender/ editors/space_buttons/space_buttons.c: Fix [#19664] updating key in graph editor doesn't update value for

Matt Ebb matt at mke3.net
Thu Jan 7 11:49:16 CET 2010


Revision: 25794
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=25794
Author:   broken
Date:     2010-01-07 11:49:16 +0100 (Thu, 07 Jan 2010)

Log Message:
-----------
Fix [#19664] updating key in graph editor doesn't update value for 
Shapekeyweight in realtime

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

Modified: trunk/blender/source/blender/editors/space_buttons/space_buttons.c
===================================================================
--- trunk/blender/source/blender/editors/space_buttons/space_buttons.c	2010-01-07 10:32:48 UTC (rev 25793)
+++ trunk/blender/source/blender/editors/space_buttons/space_buttons.c	2010-01-07 10:49:16 UTC (rev 25794)
@@ -351,6 +351,12 @@
 			if(wmn->action == NA_RENAME)
 				ED_area_tag_redraw(sa);
 			break;
+		case NC_ANIMATION:
+			switch(wmn->data) {
+				case ND_KEYFRAME_EDIT:
+					ED_area_tag_redraw(sa);
+					break;
+			}
 	}
 
 	if(wmn->data == ND_KEYS)





More information about the Bf-blender-cvs mailing list