From a78717a72d22e0dfd4a6a0cd47b1fc4ef9169a60 Mon Sep 17 00:00:00 2001 From: Julian Eisel Date: Thu, 2 Mar 2017 13:39:01 +0100 Subject: Fix duplicated 'Accurate' property for manipulator keymap item Is already added through Transform_Properties --- source/blender/editors/space_view3d/view3d_edit.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'source/blender') diff --git a/source/blender/editors/space_view3d/view3d_edit.c b/source/blender/editors/space_view3d/view3d_edit.c index 04670f5a843..5816519e5b2 100644 --- a/source/blender/editors/space_view3d/view3d_edit.c +++ b/source/blender/editors/space_view3d/view3d_edit.c @@ -4799,9 +4799,6 @@ void VIEW3D_OT_manipulator(wmOperatorType *ot) prop = RNA_def_boolean(ot->srna, "use_planar_constraint", false, "Planar Constraint", "Limit the transformation to the " "two axes that have not been clicked (translate/scale only)"); RNA_def_property_flag(prop, PROP_SKIP_SAVE | PROP_HIDDEN); - - prop = RNA_def_boolean(ot->srna, "use_accurate", false, "Accurate", "Use accurate transformation"); - RNA_def_property_flag(prop, PROP_SKIP_SAVE | PROP_HIDDEN); } static int enable_manipulator_invoke(bContext *C, wmOperator *op, const wmEvent *UNUSED(event)) -- cgit v1.2.3