[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [60309] branches/soc-2013-rigid_body_sim/ source/blender/editors/physics/rigidbody_object.c: rigidbody: Update 3D view when changing the shape via operator

Sergej Reich sergej.reich at googlemail.com
Sun Sep 22 12:25:56 CEST 2013


Revision: 60309
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=60309
Author:   sergof
Date:     2013-09-22 10:25:56 +0000 (Sun, 22 Sep 2013)
Log Message:
-----------
rigidbody: Update 3D view when changing the shape via operator

Modified Paths:
--------------
    branches/soc-2013-rigid_body_sim/source/blender/editors/physics/rigidbody_object.c

Modified: branches/soc-2013-rigid_body_sim/source/blender/editors/physics/rigidbody_object.c
===================================================================
--- branches/soc-2013-rigid_body_sim/source/blender/editors/physics/rigidbody_object.c	2013-09-22 09:56:03 UTC (rev 60308)
+++ branches/soc-2013-rigid_body_sim/source/blender/editors/physics/rigidbody_object.c	2013-09-22 10:25:56 UTC (rev 60309)
@@ -347,6 +347,7 @@
 	if (change) {
 		/* send updates */
 		WM_event_add_notifier(C, NC_OBJECT | ND_POINTCACHE, NULL);
+		WM_event_add_notifier(C, NC_SPACE | ND_SPACE_VIEW3D, NULL);
 
 		/* done */
 		return OPERATOR_FINISHED;




More information about the Bf-blender-cvs mailing list