Gimp-Forum.net

Full Version: 2 Light sources in Scripting
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I looked over a tutorial that I wanted to try to turn into script (py).
But from script, plug-in-lighting seem to only allow for 1 light source.
And calling plug-in-lighting twice doesn't produce same result as manually setting 2 light sources.

So my question is how to define 2 light sources at once so that i can follow tutorial exactly as described.
Looking at the source of the plugin, no way....

But then, looking at the source, that wouldn't be very hard to change. Now that you know Python, time to have a go at C.