Welcome to mirror list, hosted at ThFree Co, Russian Federation.

15_(3200K)_40W_Induction_Fluorescent.py « lamp « pov « presets - git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 66477ab735b7eb0a2dd80bb2f1023735a6f5e39e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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'