[Bf-blender-cvs] [49234c15e29] master: UI: Cycles: Use Title Case

Aaron Carlisle noreply at git.blender.org
Tue Jun 23 23:54:14 CEST 2020


Commit: 49234c15e29989ab8d67b5728098398d5b22a812
Author: Aaron Carlisle
Date:   Tue Jun 23 17:51:25 2020 -0400
Branches: master
https://developer.blender.org/rB49234c15e29989ab8d67b5728098398d5b22a812

UI: Cycles: Use Title Case

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

M	intern/cycles/blender/addon/ui.py

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

diff --git a/intern/cycles/blender/addon/ui.py b/intern/cycles/blender/addon/ui.py
index 592c59cc661..85da1a17c2b 100644
--- a/intern/cycles/blender/addon/ui.py
+++ b/intern/cycles/blender/addon/ui.py
@@ -398,7 +398,7 @@ class CYCLES_RENDER_PT_hair(CyclesButtonsPanel, Panel):
         col = layout.column()
         col.prop(ccscene, "shape", text="Shape")
         if ccscene.shape == 'RIBBONS':
-            col.prop(ccscene, "subdivisions", text="Curve subdivisions")
+            col.prop(ccscene, "subdivisions", text="Curve Subdivisions")
 
 
 class CYCLES_RENDER_PT_volumes(CyclesButtonsPanel, Panel):



More information about the Bf-blender-cvs mailing list