Fix T75315: typo in automasking UI text
This commit is contained in:
@@ -2242,7 +2242,7 @@ static void rna_def_brush(BlenderRNA *brna)
|
|||||||
RNA_def_property_ui_range(prop, 1, 20, 1, 3);
|
RNA_def_property_ui_range(prop, 1, 20, 1, 3);
|
||||||
RNA_def_property_ui_text(prop,
|
RNA_def_property_ui_text(prop,
|
||||||
"Propagation Steps",
|
"Propagation Steps",
|
||||||
"Distance where boundary edge automaking is going to protect vertices "
|
"Distance where boundary edge automasking is going to protect vertices "
|
||||||
"from the fully masked edge");
|
"from the fully masked edge");
|
||||||
RNA_def_property_update(prop, 0, "rna_Brush_update");
|
RNA_def_property_update(prop, 0, "rna_Brush_update");
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user