Usual UI messages fixes...
This commit is contained in:
@@ -683,7 +683,7 @@ class SEQUENCER_PT_effect(SequencerButtonsPanel, Panel):
|
|||||||
row.label("")
|
row.label("")
|
||||||
else:
|
else:
|
||||||
col.separator()
|
col.separator()
|
||||||
col.label(text="Two or more channels are needed below this strip.", icon="INFO")
|
col.label(text="Two or more channels are needed below this strip", icon="INFO")
|
||||||
|
|
||||||
|
|
||||||
elif strip.type == 'TEXT':
|
elif strip.type == 'TEXT':
|
||||||
|
|||||||
@@ -411,7 +411,7 @@ EnumPropertyItem rna_enum_gpencil_interpolation_mode_items[] = {
|
|||||||
/* interpolation */
|
/* interpolation */
|
||||||
{0, "", 0, N_("Interpolation"), "Standard transitions between keyframes"},
|
{0, "", 0, N_("Interpolation"), "Standard transitions between keyframes"},
|
||||||
{GP_IPO_LINEAR, "LINEAR", ICON_IPO_LINEAR, "Linear", "Straight-line interpolation between A and B (i.e. no ease in/out)"},
|
{GP_IPO_LINEAR, "LINEAR", ICON_IPO_LINEAR, "Linear", "Straight-line interpolation between A and B (i.e. no ease in/out)"},
|
||||||
{GP_IPO_CURVEMAP, "CUSTOM", ICON_IPO_BEZIER, "Custom", "Custom interpolation defined using a curvemap"},
|
{GP_IPO_CURVEMAP, "CUSTOM", ICON_IPO_BEZIER, "Custom", "Custom interpolation defined using a curve map"},
|
||||||
|
|
||||||
/* easing */
|
/* easing */
|
||||||
{0, "", 0, N_("Easing (by strength)"), "Predefined inertial transitions, useful for motion graphics (from least to most ''dramatic'')"},
|
{0, "", 0, N_("Easing (by strength)"), "Predefined inertial transitions, useful for motion graphics (from least to most ''dramatic'')"},
|
||||||
|
|||||||
Reference in New Issue
Block a user