From f5c4cc877eb7fd6383f160a8d371dab93b36632d Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 26 Sep 2018 14:31:57 +1000 Subject: Spin Tool: option (disabled) for gizmos to follow selection Disable since this causes multiple axis to overlap too often. It's also glitchy since we don't have a good way to detect changes to selection. --- source/blender/editors/mesh/editmesh_extrude_spin.c | 2 ++ 1 file changed, 2 insertions(+) (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 c1187da38d5..fc7e3c6d39d 100644 --- a/source/blender/editors/mesh/editmesh_extrude_spin.c +++ b/source/blender/editors/mesh/editmesh_extrude_spin.c @@ -203,3 +203,5 @@ void MESH_OT_spin(wmOperatorType *ot) RNA_def_property_flag(prop, PROP_HIDDEN | PROP_SKIP_SAVE); #endif } + +/** \} */ -- cgit v1.2.3