Fix T49100: Replace old tooltip for GPencil brush iterations

This commit is contained in:
Antonio Vazquez 2016-08-17 09:11:58 +02:00
parent 34928ca98a
commit e392658405
Notes: blender-bot 2023-02-14 07:40:56 +01:00
Referenced by issue #49100, Odd tooltip message in new GP code
1 changed files with 1 additions and 2 deletions

View File

@ -2188,8 +2188,7 @@ static void rna_def_gpencil_brush(BlenderRNA *brna)
RNA_def_property_int_sdna(prop, NULL, "draw_smoothlvl");
RNA_def_property_range(prop, 1, 3);
RNA_def_property_ui_text(prop, "Iterations",
"Number of times to smooth newly created strokes "
"[+ reason/effect of using higher values of this property]");
"Number of times to smooth newly created strokes");
RNA_def_property_update(prop, NC_GPENCIL | ND_DATA, NULL);
/* Subdivision level for new strokes */