Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2018-09-26 07:31:57 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-09-26 07:36:23 +0300
commitf5c4cc877eb7fd6383f160a8d371dab93b36632d (patch)
treeb366449435ef965ff2edacd62fa1e14caf80ee74 /source/blender/editors/mesh/editmesh_extrude_spin.c
parentbd79ea03cb80e9d614d726f5c55c0c8d5cebe307 (diff)
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.
Diffstat (limited to 'source/blender/editors/mesh/editmesh_extrude_spin.c')
-rw-r--r--source/blender/editors/mesh/editmesh_extrude_spin.c2
1 files changed, 2 insertions, 0 deletions
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
}
+
+/** \} */