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/08_(2600K)_40w_Tungsten.py')
-rw-r--r--presets/pov/light/08_(2600K)_40w_Tungsten.py10
1 files changed, 10 insertions, 0 deletions
diff --git a/presets/pov/light/08_(2600K)_40w_Tungsten.py b/presets/pov/light/08_(2600K)_40w_Tungsten.py
new file mode 100644
index 00000000..66a4e383
--- /dev/null
+++ b/presets/pov/light/08_(2600K)_40w_Tungsten.py
@@ -0,0 +1,10 @@
+#since 1908
+
+import bpy
+bpy.context.object.data.type = 'POINT'
+lampdata = bpy.context.object.data
+
+lampdata.color = (1.0, 0.8196078431372549, 0.6980392156862745)
+lampdata.energy = 2.98424#400/21.446 #lumen values/21.446 or lux when available used as a basis
+lampdata.distance = 0.05
+lampdata.falloff_type = 'INVERSE_SQUARE'