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>2013-07-08 11:40:32 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-07-08 11:40:32 +0400
commit8a388a7bef531cfdbf2b33cca233dfeac0b7a211 (patch)
tree5b1e61295fcd17012cca6513365dfc18cc38b091 /release
parent2c87b8818058c02e32c92f259df5659c5b5c9eeb (diff)
fix [#36043] Missing Tooltip for Excluded Paths field of Auto Run Python Scripts in User Preferences -> File
also select more/less were flipped for mesh menu compared to everywhere else.
Diffstat (limited to 'release')
-rw-r--r--release/scripts/startup/bl_ui/space_view3d.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/startup/bl_ui/space_view3d.py b/release/scripts/startup/bl_ui/space_view3d.py
index 20f998cd568..7fe8d334572 100644
--- a/release/scripts/startup/bl_ui/space_view3d.py
+++ b/release/scripts/startup/bl_ui/space_view3d.py
@@ -617,8 +617,8 @@ class VIEW3D_MT_select_edit_mesh(Menu):
layout.separator()
- layout.operator("mesh.select_less", text="Less")
layout.operator("mesh.select_more", text="More")
+ layout.operator("mesh.select_less", text="Less")
layout.separator()