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:
authorMaurice Raybaud <mauriceraybaud@hotmail.fr>2019-12-09 00:25:27 +0300
committerMaurice Raybaud <mauriceraybaud@hotmail.fr>2019-12-09 00:25:27 +0300
commit4ea54fc826699da982fbd7a69fd62ca7e62f6aa9 (patch)
tree8e89b34d0eec64d43b3a49a0d03e30dbae7c28f8 /presets/pov/light/10_(4300K)_40W_Vintage_Fluorescent_T12.py
parent865d54f15575ffdfa7c82cfb7bd156928adeed81 (diff)
renamed 'lamp' preset folder to 'light'
Diffstat (limited to 'presets/pov/light/10_(4300K)_40W_Vintage_Fluorescent_T12.py')
-rw-r--r--presets/pov/light/10_(4300K)_40W_Vintage_Fluorescent_T12.py14
1 files changed, 14 insertions, 0 deletions
diff --git a/presets/pov/light/10_(4300K)_40W_Vintage_Fluorescent_T12.py b/presets/pov/light/10_(4300K)_40W_Vintage_Fluorescent_T12.py
new file mode 100644
index 00000000..dc78bc5c
--- /dev/null
+++ b/presets/pov/light/10_(4300K)_40W_Vintage_Fluorescent_T12.py
@@ -0,0 +1,14 @@
+#since 1939 , T12 no longer manufactured since T8 propagated
+
+import bpy
+bpy.context.object.data.type = 'AREA'
+lampdata = bpy.context.object.data
+
+lampdata.size = 0.038
+lampdata.size_y = 1.2192
+lampdata.shadow_ray_samples_x = 1
+lampdata.shadow_ray_samples_y = 2
+lampdata.color = (0.901, 1.0, 0.979)
+lampdata.energy = 2.14492#2300lm/21.446(=lux)*0.004*2.5(distance) *2 for distance is the point of half strength
+lampdata.distance = 1.0 #dist values multiplied by 10 for area lights for same power as bulb/spot/...
+#lampdata.falloff_type = 'INVERSE_SQUARE'