From 14c4a217ebbe5c88b381a2c9413c52d9ea7655dd Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Tue, 20 Aug 2019 17:48:10 +0200 Subject: Liboverride: Add more missing ID RNA pointers as overridable. --- source/blender/makesrna/intern/rna_mesh.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/makesrna/intern/rna_mesh.c') diff --git a/source/blender/makesrna/intern/rna_mesh.c b/source/blender/makesrna/intern/rna_mesh.c index adb6a3e42b3..e28618414ae 100644 --- a/source/blender/makesrna/intern/rna_mesh.c +++ b/source/blender/makesrna/intern/rna_mesh.c @@ -3054,6 +3054,7 @@ static void rna_def_mesh(BlenderRNA *brna) prop = RNA_def_property(srna, "texco_mesh", PROP_POINTER, PROP_NONE); RNA_def_property_pointer_sdna(prop, NULL, "texcomesh"); RNA_def_property_flag(prop, PROP_EDITABLE); + RNA_def_property_override_flag(prop, PROPOVERRIDE_OVERRIDABLE_LIBRARY); RNA_def_property_ui_text( prop, "Texture Space Mesh", "Derive texture coordinates from another mesh"); -- cgit v1.2.3