Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrecht Van Lommel <brechtvanlommel@gmail.com>2018-10-19 18:59:58 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2018-10-19 19:12:29 +0300
commitd7d3233715503ecc15b8dd1973f7e73257e2cbda (patch)
treef9f9ab24b89fe574b3f972e45c8337bcd791a9b1 /presets
parent84b817117328b3193533324846ec389b1f5fe5c4 (diff)
Spelling fixes in comments and descriptions, patch by luzpaz.
Differential Revision: https://developer.blender.org/D3746
Diffstat (limited to 'presets')
-rw-r--r--presets/pov/world/1_Clear_Blue_Sky.py2
-rw-r--r--presets/pov/world/2_Partly_Hazy_Sky.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/presets/pov/world/1_Clear_Blue_Sky.py b/presets/pov/world/1_Clear_Blue_Sky.py
index 3ec2c33e..9928c0e7 100644
--- a/presets/pov/world/1_Clear_Blue_Sky.py
+++ b/presets/pov/world/1_Clear_Blue_Sky.py
@@ -17,7 +17,7 @@ scene.world.use_sky_blend = True
#with very small value like round rgb 0.00002 0.00002 0.00008
#Sky color at zenith, sun 90° elevation = hsl <0.6, 0.533, 0.698>
#Ground color = rgb <0.996, 0.965, 0.855> = hsl <0.128, 0.141, 0.996>
-#Ground Brighness = 0.996
+#Ground Brightness = 0.996
scene.world.horizon_color = (0.047, 0.034, 0.025) #24000 or 22000 lux roughly equals (sun+sky)/5
scene.world.zenith_color = (0.006, 0.013, 0.033) #19807 lux roughly equals hign noon Sun / 5
diff --git a/presets/pov/world/2_Partly_Hazy_Sky.py b/presets/pov/world/2_Partly_Hazy_Sky.py
index 3102d0ab..59c1182a 100644
--- a/presets/pov/world/2_Partly_Hazy_Sky.py
+++ b/presets/pov/world/2_Partly_Hazy_Sky.py
@@ -17,7 +17,7 @@ scene.world.use_sky_blend = True
#with very small value like round rgb 0.00002 0.00002 0.00008
#Sky color at zenith, sun 90° elevation = hsl <0.6, 0.533, 0.698>
#Ground color = rgb <0.996, 0.965, 0.855> = hsl <0.128, 0.141, 0.996>
-#Ground Brighness = 0.996
+#Ground Brightness = 0.996
scene.world.horizon_color = (0.380, 0.262, 0.183) #24000 or 22000 lux roughly equals (sun+sky)/5 + urban light pollution
scene.world.zenith_color = (0.006, 0.013, 0.033) #19807 lux roughly equals hign noon Sun / 5