[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [41433] branches/bmesh/blender/source/ blender/editors/physics/particle_edit.c: uncommented particle mirror, tested and it works fine.

Campbell Barton ideasman42 at gmail.com
Tue Nov 1 10:21:23 CET 2011


Revision: 41433
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=41433
Author:   campbellbarton
Date:     2011-11-01 09:21:23 +0000 (Tue, 01 Nov 2011)
Log Message:
-----------
uncommented particle mirror, tested and it works fine.

Modified Paths:
--------------
    branches/bmesh/blender/source/blender/editors/physics/particle_edit.c

Modified: branches/bmesh/blender/source/blender/editors/physics/particle_edit.c
===================================================================
--- branches/bmesh/blender/source/blender/editors/physics/particle_edit.c	2011-11-01 09:05:38 UTC (rev 41432)
+++ branches/bmesh/blender/source/blender/editors/physics/particle_edit.c	2011-11-01 09:21:23 UTC (rev 41433)
@@ -2602,7 +2602,7 @@
 	if(!psmd->dm)
 		return;
 
-	//BMESH_TODO mirrorfaces= mesh_get_x_mirror_faces(ob, NULL);
+	mirrorfaces= mesh_get_x_mirror_faces(ob, NULL);
 
 	if(!edit->mirror_cache)
 		PE_update_mirror_cache(ob, psys);




More information about the Bf-blender-cvs mailing list