Fix T76285: Missing 'Toggle X-Ray' operator description

Author: @Alaska

Differential Revision: https://developer.blender.org/D7591
This commit is contained in:
Aaron Carlisle 2020-05-11 17:01:22 -04:00
parent a692418bc2
commit 542ff416e2
Notes: blender-bot 2023-02-14 00:33:46 +01:00
Referenced by issue #76933, "Align to transform Orientation" crashes blender for Custom transform orientations
Referenced by issue #76668, The Denoise Node Turns the Rendered Image into Pure Black at the Resolution of 1920 *1920
Referenced by issue #76670, Moving objects with gizmo crashes blender
Referenced by issue #74243, Workbench x-ray, wireframe and anti-aliasing artifacts on NVIDIA / Linux
Referenced by issue #70612, Video Sequencer Crash on enabling Prefetch frames with Scene strips
1 changed files with 1 additions and 0 deletions

View File

@ -5372,6 +5372,7 @@ void VIEW3D_OT_toggle_xray(wmOperatorType *ot)
/* identifiers */
ot->name = "Toggle X-Ray";
ot->idname = "VIEW3D_OT_toggle_xray";
ot->description = "Transparent scene display. Allow selecting through items";
/* api callbacks */
ot->exec = toggle_xray_exec;