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/23_(30000K)_40W_Black_Light_Bulb.py')
-rw-r--r--presets/pov/light/23_(30000K)_40W_Black_Light_Bulb.py10
1 files changed, 10 insertions, 0 deletions
diff --git a/presets/pov/light/23_(30000K)_40W_Black_Light_Bulb.py b/presets/pov/light/23_(30000K)_40W_Black_Light_Bulb.py
new file mode 100644
index 00000000..2cdf83fe
--- /dev/null
+++ b/presets/pov/light/23_(30000K)_40W_Black_Light_Bulb.py
@@ -0,0 +1,10 @@
+#Starting from 1918 (World War I Wood's glass)
+
+import bpy
+bpy.context.object.data.type = 'POINT'
+lampdata = bpy.context.object.data
+
+lampdata.color = (0.6549019813537598, 0.0, 1.0)
+lampdata.energy = 1.86515#100/21.446 #lumen values/21.446 or lux when available used as a basis
+lampdata.distance = 0.01
+lampdata.falloff_type = 'INVERSE_SQUARE'