Chaos Corona Forum

Chaos Corona for 3ds Max => [Max] Corona Goodies - User Contributions => Topic started by: ecximer on 2013-02-04, 16:06:56

Title: Corona Light Lister for Corona Renderer by ecXimer
Post by: ecximer on 2013-02-04, 16:06:56
the script isn't supported any more!
NEW VERSION HERE  (http://corona-lightlister.com)
forum topic https://forum.corona-renderer.com/index.php/topic,7209.0.html
Title: Re: LightLister for Corona Render
Post by: NicolasC on 2013-02-04, 16:51:39
Hi, everybody.

I'm glad to provide to you a script Corona LightLister.
Use with pleasure and don't forget to write reports on bugs if the such you find.

alternative link: http://www.scriptspot.com/3ds-max/scripts/lightlister-for-corona-render

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

(http://i.imgur.com/QxTD6.gif)
Title: Re: LightLister for Corona Render
Post by: Javadevil on 2013-02-05, 03:54:00


hehe that is awesome !!
Title: Re: LightLister for Corona Render
Post by: ecximer on 2013-02-05, 10:28:13
! UPDATE !
v0.1.1b:
Fixed bug with minimize dialog
Title: Re: LightLister for Corona Render
Post by: loocas on 2013-02-05, 10:45:04
Damn, that was fast !! great news, thanks a lot for taking the time to do that :)

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. :D

So, with that being said, kudos ecximer! Great work!
Title: Re: LightLister for Corona Render
Post by: dschaga on 2013-02-11, 14:46:04
Is there any reason why you have to encrypt your script??
Title: Re: LightLister for Corona Render
Post by: Chakib on 2013-02-12, 10:01:43
Weird way to thank him for this...


Ecximer : Thanks a lot very nice gift !!!
Title: Re: LightLister for Corona Render
Post by: dschaga on 2013-02-13, 14:29:36
sorry, don't wanted to harm someone ..just asking
Title: Re: LightLister for Corona Render
Post by: Ludvik Koutny on 2013-02-13, 19:16:19
Is there any reason why you have to encrypt your script??

Probably so someone doesn't steal it, adjust it for different renderer and then claim it his own. There was for example a case with a guy named Arthur Leao who made universal MentalRay settings manager script, and a guy named Thorsten Hartmann, who copied most of his script and claimed it his own for a while. Once Arthur found out, they came to an agreement :)
Title: Re: LightLister for Corona Render
Post by: racoonart on 2013-02-13, 19:54:15
Probably so someone doesn't steal it, adjust it for different renderer and then claim it his own. There was for example a case with a guy named Arthur Leao who made universal MentalRay settings manager script, and a guy named Thorsten Hartmann, who copied most of his script and claimed it his own for a while. Once Arthur found out, they came to an agreement :)

Thorsten hartmann.. man, I love this guy :D His english is soo bad even germans have problems understanding his cg talk posts :D
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 :)
Title: Re: LightLister for Corona Render
Post by: ecximer on 2013-02-13, 20:41:35
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.
Title: Re: LightLister for Corona Render
Post by: Ludvik Koutny on 2013-02-13, 21:12:06
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.

Maybe there is a misunderstanding or i am just being paranoid. When i was talking about stealing i did not say you stole someones script, i said that you encrypted it so that someone does not steal it for you.

If you comment was not related to mine, then sorry, and nevermind :)
Title: Re: LightLister for Corona Render
Post by: Ondra on 2013-02-13, 22:45:23
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).
Title: Re: LightLister for Corona Render
Post by: ecximer on 2013-04-18, 13:07:18
update...
Title: Re: LightLister for Corona Render
Post by: Polymax on 2013-04-18, 13:09:30
Cool! Thanx!
Title: Re: LightLister for Corona Render
Post by: Stan_But on 2013-04-18, 14:08:09
thanks, Ecximer!
Title: Re: LightLister for Corona Render
Post by: Chakib on 2013-04-18, 22:18:50
Sweet ! thanks a lot buddy !
Title: Re: LightLister for Corona Render
Post by: hglr123 on 2013-04-19, 07:16:21
Thanks! :)
Title: Re: LightLister for Corona Render
Post by: Levian on 2013-04-23, 07:52:22
Thanks, Ecximer!
Title: Re: LightLister for Corona Render
Post by: pionier on 2013-04-23, 10:19:29
Thanks!
Title: Re: LightLister for Corona Render
Post by: Stan_But on 2013-05-03, 16:06:18
Quote
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'
Title: Re: LightLister for Corona Render
Post by: ecximer on 2013-05-03, 23:36:44
what is it?
Title: Re: LightLister for Corona Render
Post by: Stan_But on 2013-05-05, 12:18:46
excuse me, ecXimer, - i copied script directly in 'script' folder without 'ecXimer' folder - i missed it.

but it's the way to have working script without additional folders in 'script' )))
Title: Re: LightLister for Corona Render
Post by: white on 2013-05-23, 07:19:50
thanks a lot for this.....very useful, especially for interior scenes with lot of lights....

Title: Re: LightLister for Corona Render
Post by: tridimp on 2013-05-23, 12:10:34
Thanks! Good job!
Title: Re: LightLister for Corona Render
Post by: joran on 2013-06-04, 10:10:30
love it, thanks.
Title: Re: LightLister for Corona Render
Post by: ecximer on 2013-06-04, 10:48:35
Since there are new options, after the release of Alpha 5 will be updated and the script.
Title: Re: LightLister for Corona Render
Post by: Richy on 2013-06-14, 12:17:24
3dsmax 2011 x 64   Corona (Alpha 4) and (Alpha 5) gives me error, when i try run script.
Title: Re: LightLister for Corona Render
Post by: ecximer on 2013-06-14, 13:56:38
Unfortunately I have no idea what could be causing this error, but may limit the 2011 maxscript.
Try new version, but i don't tested in 2011 max...
UPDATE 0.3.7
Title: Re: LightLister for Corona Render
Post by: Richy on 2013-06-14, 21:53:06
Thank's, but i got that same error... For which max version Corona LightLister built?
Title: Re: LightLister for Corona Render
Post by: ecximer on 2013-06-17, 10:56:22
tested in 3dsmax 2012 & 2014
Title: Re: LightLister for Corona Renderer
Post by: ecximer on 2013-06-18, 11:50:33
! UPDATE !
v0.3.8:  NEW!
Title: Re: LightLister for Corona Renderer
Post by: shadowman on 2013-06-18, 12:21:46
Super! Many thanks!
Title: Re: LightLister for Corona Renderer
Post by: valwizard on 2013-07-07, 20:46:06
Thanks to Your highness!
Title: Re: LightLister for Corona Renderer
Post by: Ahmednibo on 2013-08-30, 22:28:26
Thanks for the huge effort....
Title: Re: LightLister for Corona Renderer
Post by: Mikhail on 2013-11-14, 17:15:33
Hi guys. How i can download this script ?
Title: Re: LightLister for Corona Renderer
Post by: Alexp on 2013-11-27, 16:34:25
Hi ecximer, thanks for this, I need it. Great work.
Title: Re: LightLister for Corona Renderer
Post by: RolandB on 2013-11-27, 17:13:41
! UPDATE !
v0.3.8:  NEW!
  • Fixed some bugs
Sorry i'm maybe a bit silly... where can we download it ?
Anyway thanks for this very useful tool :)
Title: Re: LightLister for Corona Renderer
Post by: shadowman on 2013-11-29, 11:30:42
ecximer thank you for great tool!

Max 2014, on start script get error

Also there are new types of lights in daily builds we can/t choose in your script

Sorry i'm maybe a bit silly... where can we download it ?
Anyway thanks for this very useful tool :)

RolandB - Look op attachment
Title: Re: LightLister for Corona Renderer
Post by: ecximer on 2013-11-29, 12:51:11
Yes, I know.
Until the appearance of Alpha 6 - I update release will not, who knows what else will change ...
Sorry.
Title: Re: LightLister for Corona Renderer
Post by: T.Kick on 2014-01-08, 21:06:50
excellent!
Title: Re: LightLister for Corona Renderer
Post by: renom2 on 2014-02-22, 13:41:18
Thank U its very USEFULL . :)
Title: Re: LightLister for Corona Renderer
Post by: nehale on 2014-03-12, 09:55:40
will you be able to update this to the daily Alpha v6 RC1 that keymaster just released?
Title: Re: LightLister for Corona Renderer
Post by: picfad on 2014-03-20, 14:47:29
Waiting for update !!

Tnhx!
Title: Re: LightLister for Corona Renderer
Post by: Milo86 on 2014-03-27, 23:11:20
Waiting for update too ;)
Title: Re: LightLister for Corona Renderer
Post by: fobus on 2014-04-14, 12:21:47
Is there any chance to get an updated version of light lister for Alpha v6?
Title: Re: LightLister for Corona Renderer
Post by: ecximer on 2014-06-08, 21:03:01
coming soon...
Title: Re: LightLister for Corona Renderer
Post by: cecofuli on 2014-06-08, 21:16:14
Really GREAT!!!! Compliments! O__O
Title: Re: CoronaLightLister for Corona Renderer by ecXimer
Post by: ecximer on 2014-06-09, 12:15:12
CoronaLightLister ! UPDATE ! (09-06-2014)
v0.6.0:  NEW!
Title: Re: CoronaLightLister for Corona Renderer by ecXimer
Post by: Stan_But on 2014-06-09, 15:33:38
CoronaLightLister ! UPDATE ! (09-06-2014)
v0.6.0:  NEW!
  • Support A6->A7
  • Rework UI

Thanks a lot, ecximer!
Very useful script!
Title: Re: CoronaLightLister for Corona Renderer by ecXimer
Post by: johan belmans on 2014-06-10, 10:59:05
Thanks Ecximer!!
Title: Re: CoronaLightLister for Corona Renderer by ecXimer
Post by: fellazb on 2014-06-10, 12:31:55
Hi there,

after the installation on max design 2014 I get a runtime error (see attachment) Not sure if it has to do with the script but perhaps someone knows what this is about?
Title: Re: CoronaLightLister for Corona Renderer by ecXimer
Post by: ecximer on 2014-06-10, 20:13:15
Perhaps the problem is in design version of 3ds max. Unfortunately I did not check in Max design.
Title: Re: CoronaLightLister for Corona Renderer by ecXimer
Post by: daniel.reutersward on 2014-06-10, 21:03:44
I got the same error message! (I´m not using Design version of 3D Max)
Title: Re: CoronaLightLister for Corona Renderer by ecXimer
Post by: racoonart on 2014-06-10, 21:45:32
Actually that's easily fixable. It's a security thing:

Do the following:
1. Open in Notepad file "3dsmax.exe.config" from 3ds Max root directory.
2. Add the following lines to the 3dsmax.exe.config:
Quote
<runtime>       
<loadFromRemoteSources enabled="true" />
</runtime>

3. Our full 3dsmax.exe.config file looks like this:
Quote
<?xml version="1.0"?>
<configuration>
  <startup useLegacyV2RuntimeActivationPolicy="true">
    <supportedRuntime version="v4.0"/>
  </startup>
  <system.diagnostics>
    <assert assertuienabled="false"/>
    <sources>
      <!--  This removes Binding error messages coming from AdWindows components  -->
      <source name="System.Windows.Data" switchName="SourceSwitch">
        <listeners>
          <remove name="Default" />
        </listeners>
      </source>
    </sources>
    <switches>
      <add name="SourceSwitch" value="All" />
    </switches>
    <trace autoflush="true" indentsize="4"></trace>
  </system.diagnostics>
<runtime>       
<loadFromRemoteSources enabled="true" />
</runtime>
</configuration>
Title: Re: CoronaLightLister for Corona Renderer by ecXimer
Post by: daniel.reutersward on 2014-06-10, 21:54:58
Awesome! Thanks DeadClown, it worked without any problems! :)
Title: Re: CoronaLightLister for Corona Renderer by ecXimer
Post by: ecximer on 2014-06-10, 22:03:47
 Thanks DeadClown
Title: Re: CoronaLightLister for Corona Renderer by ecXimer
Post by: fellazb on 2014-06-10, 22:55:11
Did the trick for me as well. Thanks for the quick support!!
Title: Re: CoronaLightLister for Corona Renderer by ecXimer
Post by: ikercito on 2014-06-12, 15:29:08
Hi excimer, thanks for your work

I'm getting an error - Unknown property: "texmap" in $CoronaLight:Coronalight001.... - under max 2013 64bits in Win7, Corona A6, and v0.6 of the script

Any ideas?

Thx.

Title: Re: CoronaLightLister for Corona Renderer by ecXimer
Post by: ecximer on 2014-06-12, 21:48:33
No idea.
Can you send me scene only with lights?
Title: Re: CoronaLightLister for Corona Renderer by ecXimer
Post by: Ondra on 2014-06-12, 22:54:48
texmap was added to lights only recently, there is 99% chance that he is using A6 which did not have it.

BTW: from A7 there will be a method for getting current Corona version, so maybe situations like this can be handled (with an error message saying that incompatible build is being used) https://corona-renderer.com/wiki/maxscript
Title: Re: CoronaLightLister for Corona Renderer by ecXimer
Post by: ecximer on 2014-06-12, 23:07:34
Exactly :)  Looks like I got so carried away with daily builds that missed this moment. Soon will release an update ...
Title: Re: CoronaLightLister for Corona Renderer by ecXimer
Post by: Aleks_1970 on 2014-06-13, 11:08:36
Does not work for me. Such is the mistake. Max 2014 Alfa6. Help, please.
https://www.dropbox.com/s/83z1f0bppjcxqgc/LightLister_bug.jpg (https://www.dropbox.com/s/83z1f0bppjcxqgc/LightLister_bug.jpg)
Title: Re: CoronaLightLister for Corona Renderer by ecXimer
Post by: ecximer on 2014-06-13, 17:14:08
UPDATE  Corona LightLister (13-06-2014)
v0.6.1 (A6)
Title: Re: CoronaLightLister for Corona Renderer by ecXimer
Post by: benjamincillo on 2014-06-13, 21:39:31
hi, I get this error

W7 SPI X64, MAX14, Corona A6, Lightlister 0.6.1
Title: Re: CoronaLightLister for Corona Renderer by ecXimer
Post by: steyin on 2014-06-13, 22:22:01
hi, I get this error

W7 SPI X64, MAX14, Corona A6, Lightlister 0.6.1

See the last page for Deadclown's fix.
Title: Re: CoronaLightLister for Corona Renderer by ecXimer
Post by: antanas on 2014-06-15, 14:46:10
Hi, I've got quite an ugly bug in max 2014sp5, corona db 2014-06-14, lightlister build 0.6.1 - whenever I run lightlister it changes length of all rectangular (btw there is some misspelling in those lights shape naming inside the lightlister) lights to 100mm no other types\shapes of light seems to be effected, yet that needs more thorough checking.
Title: Re: CoronaLightLister for Corona Renderer by ecXimer
Post by: ikercito on 2014-06-15, 15:56:26
Hi excimer,

Updated version is working perfect. Thanks for making it work!

texmap was added to lights only recently, there is 99% chance that he is using A6 which did not have it.

@Keymaster... Am i using an outdated A6 build then? Should I redownload and reinstall?

Thx everyone :)
Title: Re: CoronaLightLister for Corona Renderer by ecXimer
Post by: Ondra on 2014-06-15, 16:00:53
A7 is not publicly available yet, will be soon. After that make sure to update ;)
Title: Re: CoronaLightLister for Corona Renderer by ecXimer
Post by: ecximer on 2014-06-15, 16:57:31
UPDATE  Corona LightLister (15-06-2014)
v0.6.2 (A6)
Title: Re: CoronaLightLister for Corona Renderer by ecXimer
Post by: antanas on 2014-06-19, 11:05:27
Good, light scaling issue seems to be fixed in the v0.6.2 (A6) build, thanks one more time for such a useful thing !
Title: Re: Corona Light Lister for Corona Renderer by ecXimer
Post by: lintalve on 2014-07-14, 15:16:28
Hello everyone. Great tool , unfortunately doesn't work for me. Here is the mistake I've got
Title: Re: Corona Light Lister for Corona Renderer by ecXimer
Post by: ecximer on 2014-07-15, 19:06:04
You use old script. You must downloaded a new version of lister.
Title: Re: Corona Light Lister for Corona Renderer by ecXimer
Post by: lintalve on 2014-07-18, 11:24:31
Sorry, my bad! Works like a charm and an awesome tool!!!! plus corona light mtl! thanks
Title: Re: Corona Light Lister for Corona Renderer by ecXimer
Post by: greg2789 on 2014-12-03, 06:59:31
Friends hi it works with 7.1??
Title: Re: Corona Light Lister for Corona Renderer by ecXimer
Post by: ecximer on 2014-12-03, 16:04:57
Yes.
Also with A7.2
Title: Re: Corona Light Lister for Corona Renderer by ecXimer
Post by: snakebox on 2014-12-08, 06:33:47
I don't think it works with the new daily build.
Title: Re: Corona Light Lister for Corona Renderer by ecXimer
Post by: cecofuli on 2015-01-07, 01:44:25
Error with the last daily (CoronaSun property error)
Title: Re: Corona Light Lister for Corona Renderer by ecXimer
Post by: 3dwannab on 2015-01-12, 02:15:31
Is there a daily build script? Thanks. This ones not working.
Title: Re: Corona Light Lister for Corona Renderer by ecXimer
Post by: Tanakov on 2015-03-03, 09:50:14
Is there a  chance you will update your script to 1.0?
Title: Re: Corona Light Lister for Corona Renderer by ecXimer
Post by: ecximer on 2015-03-03, 13:51:44
https://forum.corona-renderer.com/index.php/topic,7209.0.html
Title: Re: Corona Light Lister for Corona Renderer by ecXimer
Post by: evil_v on 2016-06-12, 21:19:23
hello
the link did not work
may u help me please
Title: Re: Corona Light Lister for Corona Renderer by ecXimer
Post by: Ahmednibo on 2016-09-24, 13:23:05
It seems that the link is no longer valid...
Title: Re: Corona Light Lister for Corona Renderer by ecXimer
Post by: mike_kennedy on 2017-06-29, 16:59:11
Links dead. Any one have a good link?
Title: Re: Corona Light Lister for Corona Renderer by ecXimer
Post by: pedrocorreia on 2017-08-31, 09:44:55
Hi.

Could someone reupload the Corona Light Lister for the 3ds Max 2017 version?

Thanks
Title: Re: Corona Light Lister for Corona Renderer by ecXimer
Post by: romullus on 2017-08-31, 09:52:19
The lister will be bundled with upcoming 1.7 release.
Title: Re: Corona Light Lister for Corona Renderer by ecXimer
Post by: Tanner on 2017-10-25, 19:37:11
Has there been any update for this? 1.7 was released but I can't find an integrated light lister.
Title: Re: Corona Light Lister for Corona Renderer by ecXimer
Post by: TomG on 2017-10-25, 19:50:53
The Light Lister was moved back to a later version.
Title: Re: Corona Light Lister for Corona Renderer by ecXimer
Post by: NicolasC on 2017-12-08, 12:14:23
Hi :)

Any news about 1.7 and Excimer's Light Lister ? I've just tried to run it on 3dsmax 2018, with Corona v1.7, and got this error (check enclosed screenshot).
I've tried a bunch of several fixes suggested in the past (unblocking dlls, loadFromRemoteSources tweak in 3dsmax.exe.config file tweak), but it remains the same ... any idea, please ?

Thanks in advance for your help.

Regards.


Title: Re: Corona Light Lister for Corona Renderer by ecXimer
Post by: cecofuli on 2017-12-08, 16:51:11
User suggested to use GTools Light  lister  (http://www.evvisual.com/lightlister/) script. It should support Corona.
But yes, we need an official Corona Light Lister.
Title: Re: Corona Light Lister for Corona Renderer by ecXimer
Post by: NicolasC on 2017-12-08, 17:00:30
User suggested to use GTools Light  lister  (http://www.evvisual.com/lightlister/) script. It should support Corona.
But yes, we need an official Corona Light Lister.
Hmmm ok, I already got this one, just found Excimer's one UI somehow more friendly ... thanks.
Title: Re: Corona Light Lister for Corona Renderer by ecXimer
Post by: tryharder on 2018-02-20, 11:08:41
... how to install it ??

i can run the script but how to get it to my toolbar in max 2018.4

could not make it

do we still have no lightlister in corona ???