From b46188b22e2f3f0bc679187f658c8c6812011153 Mon Sep 17 00:00:00 2001 From: Patrick Dulebohn Date: Thu, 5 Aug 2021 09:04:03 -0400 Subject: [PATCH] Update Fog Type Descriptions --- korman/properties/prop_world.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/korman/properties/prop_world.py b/korman/properties/prop_world.py index a8c6782..75191b2 100644 --- a/korman/properties/prop_world.py +++ b/korman/properties/prop_world.py @@ -30,9 +30,9 @@ class PlasmaFni(bpy.types.PropertyGroup): subtype="COLOR") fog_method = EnumProperty(name="Fog Type", items=[ - ("linear", "Linear", "Linear Fog"), - ("exp", "Exponential", "Exponential Fog"), - ("exp2", "Exponential 2", "Exponential Fog 2"), + ("linear", "Linear", "Fog Based on Linear Distance"), + ("exp", "Exponential", "Fog Based on Exponential Distance"), + ("exp2", "Exponential 2", "Fog Based on Exponential Distance Squared"), ("none", "None", "No Fog") ]) fog_start = FloatProperty(name="Start",