[Bf-blender-cvs] [c0b7bdd38b9] blender2.8: Revert "Tweak UI message of Ruler tool."

Campbell Barton noreply at git.blender.org
Tue Dec 11 23:53:35 CET 2018


Commit: c0b7bdd38b9fca91f856fa46246995c344814ab7
Author: Campbell Barton
Date:   Wed Dec 12 09:52:49 2018 +1100
Branches: blender2.8
https://developer.blender.org/rBc0b7bdd38b9fca91f856fa46246995c344814ab7

Revert "Tweak UI message of Ruler tool."

This reverts commit 1bf0a4f4d0d8c7e748f40d634aebf55eb37435ba.

This is a bug, clicks shouldn't remove rulers since it's too easy
to accidentally click instead of dragging.

===================================================================

M	release/scripts/startup/bl_ui/space_toolsystem_toolbar.py

===================================================================

diff --git a/release/scripts/startup/bl_ui/space_toolsystem_toolbar.py b/release/scripts/startup/bl_ui/space_toolsystem_toolbar.py
index bb7dd8d2a27..5c930b68dd9 100644
--- a/release/scripts/startup/bl_ui/space_toolsystem_toolbar.py
+++ b/release/scripts/startup/bl_ui/space_toolsystem_toolbar.py
@@ -97,7 +97,7 @@ class _defs_view3d_generic:
                 "Measure distance and angles.\n"
                 "\u2022 {} anywhere for new measurement.\n"
                 "\u2022 Drag ruler segment to measure an angle.\n"
-                "\u2022 Click on one end of the ruler to remove.\n"
+                "\u2022 Drag ruler outside the view to remove.\n"
                 "\u2022 Ctrl to snap.\n"
                 "\u2022 Shift to measure surface thickness"
             ).format(



More information about the Bf-blender-cvs mailing list