From e017876f78b4fe4ef39706f0c16000935c133071 Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Sun, 29 Apr 2018 09:44:57 +0200 Subject: 3D View: add initial view.shading and view.overlay in RNA. These are mostly empty still, many properties need to be renamed and moved there. --- source/blender/makesrna/RNA_enum_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/makesrna/RNA_enum_types.h') diff --git a/source/blender/makesrna/RNA_enum_types.h b/source/blender/makesrna/RNA_enum_types.h index 0c0a22cc467..07663b39649 100644 --- a/source/blender/makesrna/RNA_enum_types.h +++ b/source/blender/makesrna/RNA_enum_types.h @@ -165,7 +165,7 @@ extern const EnumPropertyItem rna_enum_property_type_items[]; extern const EnumPropertyItem rna_enum_property_subtype_items[]; extern const EnumPropertyItem rna_enum_property_unit_items[]; -extern const EnumPropertyItem rna_enum_viewport_shade_items[]; +extern const EnumPropertyItem rna_enum_shading_type_items[]; extern const EnumPropertyItem rna_enum_navigation_mode_items[]; -- cgit v1.2.3