UI: Shapekey pin tooltip change
Use correct terminology "value" vs strength
This commit is contained in:
@@ -3798,7 +3798,7 @@ static void rna_def_object(BlenderRNA *brna)
|
||||
/* shape keys */
|
||||
prop = RNA_def_property(srna, "show_only_shape_key", PROP_BOOLEAN, PROP_NONE);
|
||||
RNA_def_property_boolean_sdna(prop, NULL, "shapeflag", OB_SHAPE_LOCK);
|
||||
RNA_def_property_ui_text(prop, "Shape Key Lock", "Only show the active shape at full strength");
|
||||
RNA_def_property_ui_text(prop, "Shape Key Lock", "Only show the active shape at full value");
|
||||
RNA_def_property_ui_icon(prop, ICON_UNPINNED, 1);
|
||||
RNA_def_property_update(prop, 0, "rna_Object_internal_update_data");
|
||||
|
||||
|
Reference in New Issue
Block a user