[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [33965] trunk/blender/source/blender/ editors/armature/editarmature.c: revert a small change from Ton' s commit from r33637.

Campbell Barton ideasman42 at gmail.com
Fri Dec 31 07:25:08 CET 2010


Revision: 33965
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=33965
Author:   campbellbarton
Date:     2010-12-31 07:24:52 +0100 (Fri, 31 Dec 2010)

Log Message:
-----------
revert a small change from Ton's commit from r33637.
Having edit operations select the mirrored bones means you cant so easily continue editing on one side of the armature.
This is also inconsistent with other mirror editing operations in armature and mesh modes which don't adjust selection like this.

Modified Paths:
--------------
    trunk/blender/source/blender/editors/armature/editarmature.c

Modified: trunk/blender/source/blender/editors/armature/editarmature.c
===================================================================
--- trunk/blender/source/blender/editors/armature/editarmature.c	2010-12-31 05:40:30 UTC (rev 33964)
+++ trunk/blender/source/blender/editors/armature/editarmature.c	2010-12-31 06:24:52 UTC (rev 33965)
@@ -3730,9 +3730,6 @@
 	chains_find_tips(arm->edbo, &chains);
 	if (chains.first == NULL) return OPERATOR_CANCELLED;
 	
-	/* leaves mirrored bones selected, as indication of operation */
-	armature_select_mirrored(arm);
-	
 	/* loop over chains, only considering selected and visible bones */
 	for (chain= chains.first; chain; chain= chain->next) {
 		EditBone *ebo, *child=NULL, *parent=NULL;





More information about the Bf-blender-cvs mailing list