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>2019-08-01 13:31:57 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-08-01 13:31:57 +0300
commit433eb3f35d5cf3933801027e33399923609c6539 (patch)
treebf1eecf7af214c1b2dc6b78c951eb3457ee41e7b /release
parent3a47fbfac520f6a9c0aaef19e351a1a00cb83af5 (diff)
Text: toggle comment operator
Diffstat (limited to 'release')
-rw-r--r--release/scripts/startup/bl_ui/space_text.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/release/scripts/startup/bl_ui/space_text.py b/release/scripts/startup/bl_ui/space_text.py
index d1976894653..1c37e028199 100644
--- a/release/scripts/startup/bl_ui/space_text.py
+++ b/release/scripts/startup/bl_ui/space_text.py
@@ -288,6 +288,7 @@ class TEXT_MT_format(Menu):
layout.operator("text.comment")
layout.operator("text.uncomment")
+ layout.operator("text.toggle_comment")
layout.separator()