From 945ffd40e4de40254ae3dfc6170e927379c08ec9 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 1 Nov 2019 12:01:48 +1100 Subject: povray: extra space in lamp preset D6164 by @Rottm --- presets/pov/lamp/15_(3200K)_40W_Induction_ Fluorescent.py | 14 -------------- presets/pov/lamp/15_(3200K)_40W_Induction_Fluorescent.py | 14 ++++++++++++++ 2 files changed, 14 insertions(+), 14 deletions(-) delete mode 100644 presets/pov/lamp/15_(3200K)_40W_Induction_ Fluorescent.py create mode 100644 presets/pov/lamp/15_(3200K)_40W_Induction_Fluorescent.py diff --git a/presets/pov/lamp/15_(3200K)_40W_Induction_ Fluorescent.py b/presets/pov/lamp/15_(3200K)_40W_Induction_ Fluorescent.py deleted file mode 100644 index 66477ab7..00000000 --- a/presets/pov/lamp/15_(3200K)_40W_Induction_ Fluorescent.py +++ /dev/null @@ -1,14 +0,0 @@ -#since the 1990's, -#Often circular or rectangular closed loop electrodeless fluorescent lamps - -import bpy -bpy.context.object.data.type = 'SPOT' -lampdata = bpy.context.object.data - -#lampdata.use_halo = True -lampdata.spot_size = 3.14 -lampdata.spot_blend = 0.9 -lampdata.color = (1.0, 0.9450980424880981, 0.8784313797950745) -lampdata.energy = 2.61121#2800/21.446 #lumen values/20 or lux when available used as a basis -lampdata.distance = 0.15#energy calculated for length 0.075 but width gives better result -lampdata.falloff_type = 'INVERSE_SQUARE' diff --git a/presets/pov/lamp/15_(3200K)_40W_Induction_Fluorescent.py b/presets/pov/lamp/15_(3200K)_40W_Induction_Fluorescent.py new file mode 100644 index 00000000..66477ab7 --- /dev/null +++ b/presets/pov/lamp/15_(3200K)_40W_Induction_Fluorescent.py @@ -0,0 +1,14 @@ +#since the 1990's, +#Often circular or rectangular closed loop electrodeless fluorescent lamps + +import bpy +bpy.context.object.data.type = 'SPOT' +lampdata = bpy.context.object.data + +#lampdata.use_halo = True +lampdata.spot_size = 3.14 +lampdata.spot_blend = 0.9 +lampdata.color = (1.0, 0.9450980424880981, 0.8784313797950745) +lampdata.energy = 2.61121#2800/21.446 #lumen values/20 or lux when available used as a basis +lampdata.distance = 0.15#energy calculated for length 0.075 but width gives better result +lampdata.falloff_type = 'INVERSE_SQUARE' -- cgit v1.2.3