From 9cf2b413c2f3d138077859eaa795a459b7996e8e Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Fri, 7 Oct 2022 17:40:06 +0200 Subject: Fix small errors in tool tips for path guiding Contributed by Alaska. Differential Revision: https://developer.blender.org/D16166 --- intern/cycles/blender/addon/properties.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'intern') diff --git a/intern/cycles/blender/addon/properties.py b/intern/cycles/blender/addon/properties.py index b5ac39d09e6..b7ce76d8f44 100644 --- a/intern/cycles/blender/addon/properties.py +++ b/intern/cycles/blender/addon/properties.py @@ -525,8 +525,8 @@ class CyclesRenderSettings(bpy.types.PropertyGroup): use_deterministic_guiding: BoolProperty( name="Deterministic", - description="Makes path guiding deterministic which means renderings will be" - "reproducible with the same pixel values every time. This feature slows down" + description="Makes path guiding deterministic which means renderings will be " + "reproducible with the same pixel values every time. This feature slows down " "training", default=True, ) @@ -562,7 +562,7 @@ class CyclesRenderSettings(bpy.types.PropertyGroup): description="The maximum number of samples used for training path guiding. " "Higher samples lead to more accurate guiding, however may also unnecessarily slow " "down rendering once guiding is accurate enough. " - "A value 0 will continue training until the last sample", + "A value of 0 will continue training until the last sample", min=0, soft_min=1, default=128, -- cgit v1.2.3