Fix: Missing space in property description

This commit is contained in:
Hans Goudey
2023-11-20 11:53:53 -05:00
parent da29519c7a
commit 4edc138933

View File

@@ -974,7 +974,7 @@ void RNA_def_material(BlenderRNA *brna)
RNA_def_property_range(prop, 0.0f, FLT_MAX);
RNA_def_property_ui_text(prop,
"Max Vertex Displacement",
"The max distance a vertex can be displaced."
"The max distance a vertex can be displaced. "
"Displacements over this threshold may cause visibility issues");
RNA_def_property_update(prop, 0, "rna_Material_draw_update");