[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [31897] trunk/blender/source/blender/ editors/space_time/space_time.c: Bugfix: Timeline did not refresh when changing selecting a bone

Joshua Leung aligorith at gmail.com
Mon Sep 13 02:47:12 CEST 2010


Revision: 31897
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=31897
Author:   aligorith
Date:     2010-09-13 02:47:12 +0200 (Mon, 13 Sep 2010)

Log Message:
-----------
Bugfix: Timeline did not refresh when changing selecting a bone

This happened/was most noticeable when clicking on a bone of an armature in posemode but not active (i.e. some object other than the armature is active when trying to select the bone).

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

Modified: trunk/blender/source/blender/editors/space_time/space_time.c
===================================================================
--- trunk/blender/source/blender/editors/space_time/space_time.c	2010-09-12 20:24:15 UTC (rev 31896)
+++ trunk/blender/source/blender/editors/space_time/space_time.c	2010-09-13 00:47:12 UTC (rev 31897)
@@ -396,6 +396,7 @@
 	switch (wmn->category) {
 		case NC_OBJECT:
 			switch (wmn->data) {
+				case ND_BONE_ACTIVE:
 				case ND_POINTCACHE:
 					ED_area_tag_refresh(sa);
 					ED_area_tag_redraw(sa);





More information about the Bf-blender-cvs mailing list