[Bf-blender-cvs] [cf1a0ca612f] master: UI: Change subdiv to subdivision for EEVEE hair

Aaron Carlisle noreply at git.blender.org
Wed Mar 23 04:10:33 CET 2022


Commit: cf1a0ca612f0f96c7513d5c31f3bd4d665057c28
Author: Aaron Carlisle
Date:   Tue Mar 22 23:09:05 2022 -0400
Branches: master
https://developer.blender.org/rBcf1a0ca612f0f96c7513d5c31f3bd4d665057c28

UI: Change subdiv to subdivision for EEVEE hair

Reviewed By: Blendify

Author: @Alaska

Differential Revision: https://developer.blender.org/D14346

===================================================================

M	source/blender/makesrna/intern/rna_scene.c

===================================================================

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



More information about the Bf-blender-cvs mailing list