Commit: a6adbc968f92a801b417d10e7af79ba64161830b
Author: Antony Riakiotakis
Date:   Wed Dec 3 16:22:04 2014 +0100
Branches: wiggly-widgets
https://developer.blender.org/rBa6adbc968f92a801b417d10e7af79ba64161830b

Left this in last merge

===================================================================

M       source/blender/editors/transform/transform_ops.c

===================================================================

diff --git a/source/blender/editors/transform/transform_ops.c 
b/source/blender/editors/transform/transform_ops.c
index b081416..a619e07 100644
--- a/source/blender/editors/transform/transform_ops.c
+++ b/source/blender/editors/transform/transform_ops.c
@@ -512,11 +512,6 @@ void Transform_Properties(struct wmOperatorType *ot, int 
flags)
                RNA_def_enum_funcs(prop, rna_TransformOrientation_itemf);
        }
 
-       if (flags & P_WIDGET_DRIVEN) {
-               prop = RNA_def_boolean(ot->srna, "use_widget_input", false, 
"Use Widget Input", "");
-               RNA_def_property_flag(prop, PROP_HIDDEN);
-       }
-
        if (flags & P_MIRROR) {
                prop = RNA_def_boolean(ot->srna, "mirror", 0, "Mirror Editing", 
"");
                if (flags & P_MIRROR_DUMMY) {
@@ -980,7 +975,7 @@ static void TRANSFORM_OT_transform(struct wmOperatorType 
*ot)
 
        RNA_def_float_vector(ot->srna, "value", 4, NULL, -FLT_MAX, FLT_MAX, 
"Values", "", -FLT_MAX, FLT_MAX);
 
-       Transform_Properties(ot, P_AXIS | P_CONSTRAINT | P_PROPORTIONAL | 
P_MIRROR | P_ALIGN_SNAP | P_WIDGET_DRIVEN);
+       Transform_Properties(ot, P_AXIS | P_CONSTRAINT | P_PROPORTIONAL | 
P_MIRROR | P_ALIGN_SNAP);
 }
 
 void transform_operatortypes(void)

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to