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>2015-03-23 22:15:52 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-03-23 22:17:30 +0300
commit722ddaaccd089457d40f4be01c891a91f707c597 (patch)
tree466340f4342e7ff55ccfa93bb5b83585098ed935 /release/scripts/startup
parent6af89c99130cc559d28876946f35f06b72f25e5a (diff)
Remove 'lorem ipsum' operator
its a very specific function, and not hard to paste body text from elsewhere. We can make an addon if its important to some users.
Diffstat (limited to 'release/scripts/startup')
-rw-r--r--release/scripts/startup/bl_ui/space_view3d.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/release/scripts/startup/bl_ui/space_view3d.py b/release/scripts/startup/bl_ui/space_view3d.py
index a5d399ee55e..9de40171e51 100644
--- a/release/scripts/startup/bl_ui/space_view3d.py
+++ b/release/scripts/startup/bl_ui/space_view3d.py
@@ -2568,10 +2568,6 @@ class VIEW3D_MT_edit_font(Menu):
layout.operator("font.style_toggle", text="Toggle Underline").style = 'UNDERLINE'
layout.operator("font.style_toggle", text="Toggle Small Caps").style = 'SMALL_CAPS'
- layout.separator()
-
- layout.operator("font.insert_lorem")
-
class VIEW3D_MT_edit_text_chars(Menu):
bl_label = "Special Characters"