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:
Diffstat (limited to 'presets/pov/light/01_(5400K)_Direct_Sun.py')
-rw-r--r--presets/pov/light/01_(5400K)_Direct_Sun.py10
1 files changed, 10 insertions, 0 deletions
diff --git a/presets/pov/light/01_(5400K)_Direct_Sun.py b/presets/pov/light/01_(5400K)_Direct_Sun.py
new file mode 100644
index 00000000..6d281837
--- /dev/null
+++ b/presets/pov/light/01_(5400K)_Direct_Sun.py
@@ -0,0 +1,10 @@
+#Since the dawn of time
+
+import bpy
+bpy.context.object.data.type = 'SUN'
+lampdata = bpy.context.object.data
+
+lampdata.color = (1.0, 1.0, 0.9843137264251709)
+lampdata.energy = 1.2 #100 000lux
+#lampdata.distance = 0.001
+#lampdata.falloff_type = 'INVERSE_SQUARE'