Fix: Missing space in property description
This commit is contained in:
@@ -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");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user