Merge branch 'blender-v2.83-release'

This commit is contained in:
Antonio Vazquez 2020-04-30 10:48:09 +02:00
commit 79269e4237
Notes: blender-bot 2023-02-13 23:39:48 +01:00
Referenced by issue #76240, Blender 2.90 crash if rotate viewport in editmode
1 changed files with 1 additions and 1 deletions

View File

@ -1471,7 +1471,7 @@ static void rna_def_gpencil_layer(BlenderRNA *brna)
RNA_def_property_ui_text(prop, "Info", "Layer name");
RNA_def_property_string_funcs(prop, NULL, NULL, "rna_GPencilLayer_info_set");
RNA_def_struct_name_property(srna, prop);
RNA_def_property_update(prop, NC_GPENCIL | ND_DATA | NA_RENAME, NULL);
RNA_def_property_update(prop, NC_GPENCIL | ND_DATA | NA_RENAME, "rna_GPencil_update");
/* Frames */
prop = RNA_def_property(srna, "frames", PROP_COLLECTION, PROP_NONE);