Fix T40251: Rename of Shape key is not redrawed in Dopesheep.

This commit is contained in:
Bastien Montagne 2014-05-18 20:30:48 +02:00
parent 193e77cc67
commit d1dde3c981
Notes: blender-bot 2023-02-14 10:37:47 +01:00
Referenced by issue #40251, Rename of Shape key is not redrawed in Dopesheep
1 changed files with 1 additions and 0 deletions

View File

@ -564,6 +564,7 @@ static void rna_def_keyblock(BlenderRNA *brna)
prop = RNA_def_property(srna, "name", PROP_STRING, PROP_NONE);
RNA_def_property_ui_text(prop, "Name", "Name of Shape Key");
RNA_def_property_string_funcs(prop, NULL, NULL, "rna_ShapeKey_name_set");
RNA_def_property_update(prop, 0, "rna_Key_update_data");
RNA_def_struct_name_property(srna, prop);
/* keys need to be sorted to edit this */