Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorAntonio Vazquez <blendergit@gmail.com>2022-03-29 18:37:06 +0300
committerAntonio Vazquez <blendergit@gmail.com>2022-03-29 18:38:22 +0300
commit101308403833aedbfef1d105424867a8f787d7b6 (patch)
treeac4e0fcbc27a71d867df3b55d265e52d9ee5ac11 /source
parent9a0e1950eae744bde5f00d4799be5448bf14122b (diff)
GPencil: Small UI tweaks to Build modifier
Changes in some names.
Diffstat (limited to 'source')
-rw-r--r--source/blender/gpencil_modifiers/intern/MOD_gpencilbuild.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/blender/gpencil_modifiers/intern/MOD_gpencilbuild.c b/source/blender/gpencil_modifiers/intern/MOD_gpencilbuild.c
index 18ce9a12f7b..4fa9bd0f508 100644
--- a/source/blender/gpencil_modifiers/intern/MOD_gpencilbuild.c
+++ b/source/blender/gpencil_modifiers/intern/MOD_gpencilbuild.c
@@ -756,7 +756,7 @@ static void panel_draw(const bContext *UNUSED(C), Panel *panel)
uiItemS(layout);
- row = uiLayoutRowWithHeading(layout, true, IFACE_("Use Factor"));
+ row = uiLayoutRowWithHeading(layout, true, IFACE_("Factor"));
uiLayoutSetPropDecorate(row, false);
uiItemR(row, ptr, "use_percentage", 0, "", ICON_NONE);
sub = uiLayoutRow(row, true);
@@ -809,7 +809,7 @@ static void fading_header_draw(const bContext *UNUSED(C), Panel *panel)
PointerRNA *ptr = gpencil_modifier_panel_get_property_pointers(panel, NULL);
- uiItemR(layout, ptr, "use_fading", 0, IFACE_("Fading"), ICON_NONE);
+ uiItemR(layout, ptr, "use_fading", 0, IFACE_("Fade"), ICON_NONE);
}
static void fading_panel_draw(const bContext *UNUSED(C), Panel *panel)
@@ -825,8 +825,8 @@ static void fading_panel_draw(const bContext *UNUSED(C), Panel *panel)
uiItemR(layout, ptr, "fade_factor", 0, IFACE_("Factor"), ICON_NONE);
col = uiLayoutColumn(layout, true);
- uiItemR(col, ptr, "fade_thickness_strength", 0, NULL, ICON_NONE);
- uiItemR(col, ptr, "fade_opacity_strength", 0, NULL, ICON_NONE);
+ uiItemR(col, ptr, "fade_thickness_strength", 0, IFACE_("Thickness"), ICON_NONE);
+ uiItemR(col, ptr, "fade_opacity_strength", 0, IFACE_("Opacity"), ICON_NONE);
uiItemPointerR(layout,
ptr,