[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [40421] trunk/blender/source/blender/ editors/armature/poseobject.c: Revreting 39792 making paste pose only on selected bones by default.

Bastien Montagne montagne29 at wanadoo.fr
Wed Sep 21 12:24:54 CEST 2011


Revision: 40421
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=40421
Author:   mont29
Date:     2011-09-21 10:24:53 +0000 (Wed, 21 Sep 2011)
Log Message:
-----------
Revreting 39792 making paste pose only on selected bones by default.
Will contact aligorith anyway for confirmation.

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

Modified: trunk/blender/source/blender/editors/armature/poseobject.c
===================================================================
--- trunk/blender/source/blender/editors/armature/poseobject.c	2011-09-21 08:41:39 UTC (rev 40420)
+++ trunk/blender/source/blender/editors/armature/poseobject.c	2011-09-21 10:24:53 UTC (rev 40421)
@@ -1227,8 +1227,8 @@
 	ot->flag= OPTYPE_REGISTER|OPTYPE_UNDO;
 	
 	/* properties */
-	RNA_def_boolean(ot->srna, "flipped", 0, "Flipped on X-Axis", "Paste the stored pose flipped on to current pose");
-	RNA_def_boolean(ot->srna, "selected_mask", 1, "On Selected Only", "Only paste the stored pose on to selected bones in the current pose");
+	RNA_def_boolean(ot->srna, "flipped", FALSE, "Flipped on X-Axis", "Paste the stored pose flipped on to current pose");
+	RNA_def_boolean(ot->srna, "selected_mask", FALSE, "On Selected Only", "Only paste the stored pose on to selected bones in the current pose");
 }
 
 /* ********************************************** */




More information about the Bf-blender-cvs mailing list