[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [32335] trunk/blender/source/blender/ editors/transform/transform_ops.c: Unhide confirm on release property ( otherwise, it's not easily modifiable in the keymap editor).

Martin Poirier theeth at yahoo.com
Wed Oct 6 00:32:29 CEST 2010


Revision: 32335
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=32335
Author:   theeth
Date:     2010-10-06 00:32:29 +0200 (Wed, 06 Oct 2010)

Log Message:
-----------
Unhide confirm on release property (otherwise, it's not easily modifiable in the keymap editor).

Modified Paths:
--------------
    trunk/blender/source/blender/editors/transform/transform_ops.c

Modified: trunk/blender/source/blender/editors/transform/transform_ops.c
===================================================================
--- trunk/blender/source/blender/editors/transform/transform_ops.c	2010-10-05 21:22:33 UTC (rev 32334)
+++ trunk/blender/source/blender/editors/transform/transform_ops.c	2010-10-05 22:32:29 UTC (rev 32335)
@@ -445,9 +445,9 @@
 		}
 	}
 
-	// Add confirm method all the time. At the end because it's not really that important and should be hidden
+	// Add confirm method all the time. At the end because it's not really that important and should be hidden only in log, not in keymap edit
 	prop = RNA_def_boolean(ot->srna, "release_confirm", 0, "Confirm on Release", "Always confirm operation when releasing button");
-	RNA_def_property_flag(prop, PROP_HIDDEN);
+	//RNA_def_property_flag(prop, PROP_HIDDEN);
 }
 
 void TRANSFORM_OT_translate(struct wmOperatorType *ot)





More information about the Bf-blender-cvs mailing list