Blender Git Loki
Git Commits -> Revision 9815262
Revision 9815262 by Joshua Leung (master) March 23, 2016, 12:00 (GMT) |
Radial Control Operator: Always show the property name + value on the header The radial control operator is commonly used for setting sculpt brush Size and Strength settings. However, when using it, it can often be difficult to remember which hotkey is responsible for which setting, meaning that you can often accidentally modify the wrong setting without knowing it (or even what new value you've set it to). This commit makes it so that the property name and the current value are always shown on the header. Previously this info was only shown when the doing numeric input. (It also fixes a bug where the numeric input print would hang around even after it wasn't being used). |
Commit Details:
Full Hash: 98152624445eb5f8c6c19606cd9b0d38103a2a6c
Parent Commit: 0f501a7
Lines Changed: +35, -7
1 Modified Path:
/source/blender/windowmanager/intern/wm_operators.c (+35, -7) (Diff)