[Bf-blender-cvs] [57141ea] master: Fix spelling in Cycles distance culling description.

Brecht Van Lommel noreply at git.blender.org
Wed Nov 23 00:13:17 CET 2016


Commit: 57141ea30e9ebe2e690d729ae765f48b839a8038
Author: Brecht Van Lommel
Date:   Sun Nov 20 20:50:16 2016 +0100
Branches: master
https://developer.blender.org/rB57141ea30e9ebe2e690d729ae765f48b839a8038

Fix spelling in Cycles distance culling description.

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

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

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

diff --git a/intern/cycles/blender/addon/properties.py b/intern/cycles/blender/addon/properties.py
index fed1524..607aafb 100644
--- a/intern/cycles/blender/addon/properties.py
+++ b/intern/cycles/blender/addon/properties.py
@@ -584,7 +584,7 @@ class CyclesRenderSettings(bpy.types.PropertyGroup):
 
         cls.distance_cull_margin = FloatProperty(
                 name="Cull Distance",
-                description="Cull objects which are further away from camera then this distance",
+                description="Cull objects which are further away from camera than this distance",
                 default=50,
                 min=0.0
                 )




More information about the Bf-blender-cvs mailing list