UI: Add descriptive tooltip to Curve Radius tool

Was previously just using generic transform tooltip.
This commit is contained in:
William Reynish 2019-03-04 10:26:27 +01:00
parent a7c64cdcca
commit e49d7b9363
1 changed files with 3 additions and 0 deletions

View File

@ -806,6 +806,9 @@ class _defs_edit_curve:
def curve_radius():
return dict(
text="Radius",
description=(
"Expand or contract the radius of the selected curve points"
),
icon="ops.curve.radius",
widget=None,
keymap=(),