Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Carlisle <carlisle.b3d@gmail.com>2022-03-23 06:09:05 +0300
committerAaron Carlisle <carlisle.b3d@gmail.com>2022-03-23 06:09:36 +0300
commitcf1a0ca612f0f96c7513d5c31f3bd4d665057c28 (patch)
tree21d378cbbda5a67e485dbceec6c4f1e68557d999 /source/blender/makesrna/intern/rna_scene.c
parent612ec0ecdf047980164b3820e5a890d0fd0f0969 (diff)
UI: Change subdiv to subdivision for EEVEE hair
Reviewed By: Blendify Author: @Alaska Differential Revision: https://developer.blender.org/D14346
Diffstat (limited to 'source/blender/makesrna/intern/rna_scene.c')
-rw-r--r--source/blender/makesrna/intern/rna_scene.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/rna_scene.c b/source/blender/makesrna/intern/rna_scene.c
index c8af634daa9..04afcd61717 100644
--- a/source/blender/makesrna/intern/rna_scene.c
+++ b/source/blender/makesrna/intern/rna_scene.c
@@ -6161,7 +6161,7 @@ static void rna_def_scene_render_data(BlenderRNA *brna)
prop = RNA_def_property(srna, "hair_subdiv", PROP_INT, PROP_NONE);
RNA_def_property_range(prop, 0, 3);
- RNA_def_property_ui_text(prop, "Additional Subdiv", "Additional subdivision along the hair");
+ RNA_def_property_ui_text(prop, "Additional Subdivision", "Additional subdivision along the hair");
RNA_def_property_update(prop, NC_SCENE | ND_RENDER_OPTIONS, "rna_Scene_glsl_update");
/* Performance */