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>2021-08-03 11:06:42 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-08-03 11:13:06 +0300
commitd6e97a53abfbf1ba28c6c30a4bb3faa8561ebd47 (patch)
tree47142bc63f30328184376fa3a28082ceae4a09db
parentb54e741a8b5655208ae666653639885afe15c5e8 (diff)
Correct task ID in 00b57136e4167ef5a303b1215574bb52a22e9194
-rw-r--r--source/blender/editors/mesh/editmesh_extrude_spin_gizmo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/mesh/editmesh_extrude_spin_gizmo.c b/source/blender/editors/mesh/editmesh_extrude_spin_gizmo.c
index d01331bd497..1af489b60ce 100644
--- a/source/blender/editors/mesh/editmesh_extrude_spin_gizmo.c
+++ b/source/blender/editors/mesh/editmesh_extrude_spin_gizmo.c
@@ -469,7 +469,7 @@ void MESH_GGT_spin(struct wmGizmoGroupType *gzgt)
gzgt->poll = ED_gizmo_poll_or_unlink_delayed_from_tool;
gzgt->setup = gizmo_mesh_spin_init_setup;
/* This works well with right click selection but overrides left-mouse selection
- * when clicking which is needed to create a full 360 degree revolution, see: T86030. */
+ * when clicking which is needed to create a full 360 degree revolution, see: T89912. */
// gzgt->setup_keymap = WM_gizmogroup_setup_keymap_generic_maybe_drag;
gzgt->refresh = gizmo_mesh_spin_init_refresh;
gzgt->message_subscribe = gizmo_mesh_spin_init_message_subscribe;