UI: Change subdiv to subdivision for EEVEE hair

Reviewed By: Blendify

Author: @Alaska

Differential Revision: https://developer.blender.org/D14346
This commit is contained in:
Aaron Carlisle 2022-03-22 23:09:05 -04:00
parent 612ec0ecdf
commit cf1a0ca612
1 changed files with 1 additions and 1 deletions

View File

@ -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 */