[Bf-blender-cvs] [3abbae2d7c0] master: UI: Use term "Plasticity" instead of "Plastic"

Aaron Carlisle noreply at git.blender.org
Sun Aug 30 05:31:27 CEST 2020


Commit: 3abbae2d7c054922059f087addea6675d6e26d14
Author: Aaron Carlisle
Date:   Sat Aug 29 23:30:53 2020 -0400
Branches: master
https://developer.blender.org/rB3abbae2d7c054922059f087addea6675d6e26d14

UI: Use term "Plasticity" instead of "Plastic"

===================================================================

M	source/blender/makesrna/intern/rna_object_force.c

===================================================================

diff --git a/source/blender/makesrna/intern/rna_object_force.c b/source/blender/makesrna/intern/rna_object_force.c
index bb3756d9cfc..4c22890887a 100644
--- a/source/blender/makesrna/intern/rna_object_force.c
+++ b/source/blender/makesrna/intern/rna_object_force.c
@@ -1918,7 +1918,7 @@ static void rna_def_softbody(BlenderRNA *brna)
   prop = RNA_def_property(srna, "plastic", PROP_INT, PROP_NONE);
   RNA_def_property_int_sdna(prop, NULL, "plastic");
   RNA_def_property_range(prop, 0.0f, 100.0f);
-  RNA_def_property_ui_text(prop, "Plastic", "Permanent deform");
+  RNA_def_property_ui_text(prop, "Plasticity", "Permanent deform");
   RNA_def_property_update(prop, 0, "rna_softbody_update");
 
   prop = RNA_def_property(srna, "bend", PROP_FLOAT, PROP_NONE);



More information about the Bf-blender-cvs mailing list