From 02ae5c624b89d2dd2154fc11a54bb0f493427648 Mon Sep 17 00:00:00 2001 From: Daniel Salazar <zanqdo@gmail.com> Date: Tue, 14 Dec 2010 09:07:49 +0000 Subject: [PATCH] maybe this name on the fill toggle in rotobezier will be clearer to people, tsk tsk read tooltips! --- animation_rotobezier.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/animation_rotobezier.py b/animation_rotobezier.py index 805e183ef..0c709890a 100644 --- a/animation_rotobezier.py +++ b/animation_rotobezier.py @@ -343,7 +343,7 @@ class CURVE_OT_toggle_handles_rotobezier(bpy.types.Operator): class CURVE_OT_toggle_draw_rotobezier(bpy.types.Operator): - bl_label = 'Fill' + bl_label = 'Filling' bl_idname = 'curve.toggle_draw_rotobezier' bl_description = 'Toggle the curve display mode between Wire and Solid' bl_options = {'REGISTER', 'UNDO'} -- GitLab