「Dev:Doc/Projects/UI/Tooltip Guidelines」の版間の差分

提供: wiki
< Dev:Doc‎ | Projects‎ | UI
移動先: 案内検索
(UI Tooltip Guidelines)
 
(1版 をインポートしました)
 
(相違点なし)

2018年6月29日 (金) 06:08時点における最新版

UI Tooltip Guidelines

Blender3D FreeTip.png
WIP
These rules are not valid, yet. This page will get updated when they are!

Introduction

Tooltips in Blender serve as hints to provide the user more information about the tool a button represents in a quick, easy and usual way. To ensure that these are of a high quality, we need to specify some guidelines and follow these strictly.

Links: https://msdn.microsoft.com/en-us/library/windows/desktop/dn742443.aspx



General rules

What tooltips should contain
  • The name of the tool
  • A description of the tool (see below!)
  • If a button is disabled, the tooltip should always show useful information on why it is disabled and ideally how to change that.
  • Additional useful info (Shortcuts, Python path, etc. - Automatically generated)
What tooltips should not contain
  • Code snippets
  • Anything with very involved details (e.g. troubleshooting, corner cases that might not work, etc.)

The tool description

The description of the tool should basically be short and to the point. But there are more rules to follow:

  • Do not use more than a couple of lines, try to stick with two or three.
  • Use full sentences (periods and commas are allowed).
  • Examples of situations where you might use the tool are allowed.
  • Avoid using the described term to explained itself.