GPencil: Refine Tooltip for Noise modifier

Feedback by @HooglyBoogly
This commit is contained in:
Antonio Vazquez 2022-05-16 15:38:26 +02:00
parent f1c27b383b
commit 9bd905e73f
1 changed files with 1 additions and 1 deletions

View File

@ -929,7 +929,7 @@ static void rna_def_modifier_gpencilnoise(BlenderRNA *brna)
prop = RNA_def_property(srna, "step", PROP_INT, PROP_NONE);
RNA_def_property_int_sdna(prop, NULL, "step");
RNA_def_property_range(prop, 1, 100);
RNA_def_property_ui_text(prop, "Step", "Number of frames interval between randomization steps");
RNA_def_property_ui_text(prop, "Step", "Number of frames between randomization steps");
RNA_def_property_update(prop, 0, "rna_GpencilModifier_update");
prop = RNA_def_property(srna, "invert_layers", PROP_BOOLEAN, PROP_NONE);