From 3927fbf98e756ddad14f941bd886b69b3eb49c98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Foucault?= Date: Sun, 4 Nov 2018 19:57:23 +0100 Subject: LightProbe: Fix description of influence type --- source/blender/makesrna/intern/rna_lightprobe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/makesrna/intern/rna_lightprobe.c') diff --git a/source/blender/makesrna/intern/rna_lightprobe.c b/source/blender/makesrna/intern/rna_lightprobe.c index 87d457a9048..85df1c5ba72 100644 --- a/source/blender/makesrna/intern/rna_lightprobe.c +++ b/source/blender/makesrna/intern/rna_lightprobe.c @@ -107,7 +107,7 @@ static void rna_def_lightprobe(BlenderRNA *brna) prop = RNA_def_property(srna, "influence_type", PROP_ENUM, PROP_NONE); RNA_def_property_enum_sdna(prop, NULL, "attenuation_type"); RNA_def_property_enum_items(prop, parallax_type_items); - RNA_def_property_ui_text(prop, "Type", "Type of parallax volume"); + RNA_def_property_ui_text(prop, "Type", "Type of influence volume"); RNA_def_property_update(prop, NC_MATERIAL | ND_SHADING, NULL); prop = RNA_def_property(srna, "show_influence", PROP_BOOLEAN, PROP_NONE); -- cgit v1.2.3