Corona Light Lister for Corona Renderer by ecXimer

the script isn’t supported any more!
NEW VERSION HERE
forum topic LightLister v1.0 for Corona Renderer (plugin) - User Contributions - Chaos Forum

Damn, that was fast !! great news, thanks a lot for taking the time to do that :smiley:

QxTD6.gif

hehe that is awesome !!

! UPDATE !
v0.1.1b:
Fixed bug with minimize dialog

Yeah. One time I tried to make fR Light Lister and it was a HUGE PAIN IN THE ASS! I never actually finished it, since when I was done with version 1. Cebas changed a few params on the lights and I’d have to re-do the whole thing. :smiley:

So, with that being said, kudos ecximer! Great work!

Is there any reason why you have to encrypt your script??

Weird way to thank him for this…

Ecximer : Thanks a lot very nice gift !!!

sorry, don’t wanted to harm someone ..just asking

Thorsten hartmann.. man, I love this guy :smiley: His english is soo bad even germans have problems understanding his cg talk posts :smiley:
Encryption can have several reasons, but if you’re interested: there is a very cleverly designed and scripted Maxwell lightlister which can be found on scriptspot. I thought about asking this guy for permission to use it for a corona lightlister, but ecximer already did a great job with his script :smiley:

I always encrypt my scripts - so I want to.
СoronaLister written by analogy with the standard Lister, but completely all my code, anything from anyone I did not steal, the benefit of a lot of experience.

That being said, I would be most happy if these sorts of user-contributed tools were open-source (but not “attached to this post are the source codes, steal as you wish”, but with clearly defined permissive licence, and clear versioning using open-source community tools, such as github, sourceforge, etc.).

Then everybody could contribute useful code changes, or modify it to suit their needs, and these tools would grow with the community. Once Corona goes commercial, I will definitely support this (for example by offering people like excimer some rewards for publishing the script as open-source).

update…

Cool! Thanx!

thanks, Ecximer!

Sweet ! thanks a lot buddy !

Thanks! :smiley:

Thanks, Ecximer!

Thanks!

macroScript CoronaLightLister category:“ecXimer” toolTip:“Corona LightLister” buttontext:“Corona LightLister” Icon:#(“Lights”,7)
(
global CLdialogUp = false
on closeDialogs do CLdialogUp = false
on isChecked return CLdialogUp
on execute do (
CLdialogUp = true
try (
filein ( getdir #scripts + @“~~ecXimer~~CoronaLightLister.mse”)
)
catch(messagebox (getcurrentexception() as string) title:“Corona LightLister”)
)
)

fixed.
In either case, max is looking for a script to a non-existent folder ‘ecXimer’

what is it?