From c14949e9ed1b88252453f21e4d0150597ad95ea5 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 2 Oct 2018 17:05:13 +1000 Subject: Gizmo: move spin tool axis option into gizmo-group Having this setting here wasn't correct (the operator ignores it). --- source/blender/editors/mesh/editmesh_extrude_spin.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'source/blender/editors/mesh/editmesh_extrude_spin.c') diff --git a/source/blender/editors/mesh/editmesh_extrude_spin.c b/source/blender/editors/mesh/editmesh_extrude_spin.c index 3ad1e60d361..d99caaf8380 100644 --- a/source/blender/editors/mesh/editmesh_extrude_spin.c +++ b/source/blender/editors/mesh/editmesh_extrude_spin.c @@ -215,8 +215,6 @@ void MESH_OT_spin(wmOperatorType *ot) WM_gizmogrouptype_append(MESH_GGT_spin); #ifdef USE_GIZMO WM_gizmogrouptype_append(MESH_GGT_spin_redo); - prop = RNA_def_enum_flag(ot->srna, "gizmo_axis", rna_enum_axis_flag_xyz_items, (1 << 2), "Axis", ""); - RNA_def_property_flag(prop, PROP_HIDDEN | PROP_SKIP_SAVE); #endif } -- cgit v1.2.3