[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [14010] trunk/blender/source/blender/src: * Clicking on constraint-buttons should now result in updates in the 3d-view without needing to move the mouse into the 3d-view first

Joshua Leung aligorith at gmail.com
Sat Mar 8 04:02:46 CET 2008


Revision: 14010
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=14010
Author:   aligorith
Date:     2008-03-08 04:02:36 +0100 (Sat, 08 Mar 2008)

Log Message:
-----------
* Clicking on constraint-buttons should now result in updates in the 3d-view without needing to move the mouse into the 3d-view first
* Added missing include

Modified Paths:
--------------
    trunk/blender/source/blender/src/buttons_object.c
    trunk/blender/source/blender/src/transform_conversions.c

Modified: trunk/blender/source/blender/src/buttons_object.c
===================================================================
--- trunk/blender/source/blender/src/buttons_object.c	2008-03-08 02:38:35 UTC (rev 14009)
+++ trunk/blender/source/blender/src/buttons_object.c	2008-03-08 03:02:36 UTC (rev 14010)
@@ -1838,6 +1838,8 @@
 	
 	switch(event) {
 	case B_CONSTRAINT_TEST:
+		allqueue(REDRAWVIEW3D, 0);
+		allqueue(REDRAWBUTSOBJECT, 0);
 		break;  // no handling
 	case B_CONSTRAINT_INF:
 		/* influence; do not execute actions for 1 dag_flush */

Modified: trunk/blender/source/blender/src/transform_conversions.c
===================================================================
--- trunk/blender/source/blender/src/transform_conversions.c	2008-03-08 02:38:35 UTC (rev 14009)
+++ trunk/blender/source/blender/src/transform_conversions.c	2008-03-08 03:02:36 UTC (rev 14010)
@@ -113,6 +113,7 @@
 #include "BIF_meshtools.h"
 #include "BIF_mywindow.h"
 #include "BIF_resources.h"
+#include "BIF_retopo.h"
 #include "BIF_screen.h"
 #include "BIF_space.h"
 #include "BIF_toolbox.h"





More information about the Bf-blender-cvs mailing list