Hi folks
as a small input/output training with python I've written a script that populates a 3 dimensional Area with light-sources and returns a clip file.
it just randomizes a few parameter for each instance and writes it to the clip file.
usage: If you have python 3.3 installed, just double-click
start.pyotherwise install python 3.3

randomized values:
min/max X/Y/Z
min/max Strength
constant values:
Number of Stars, input for the amount of stars
Maximum Distance (default 1000000)
Casting Shadows (1 or 0)
Shadows in Atmosphere (1 or 0)
I've attached a test-image with additional color-variation - has anybody a good idea how to randomize the colors? Or better: how to ask for the scale of the variation and possibly the color-range?
The test-image is made of one very bright light-source in the center of a localized cloud and around 2500 smaller light-sources.
any Input very welcome!
Goms