Yes, I wanted to collect all objects that were within a certain radius. Thank you very much!
Thanks for your answers! Both methods worked great!
It works perfect! Thank you very much!
Thank you!
Hi, how can i use that script? I tried executing it in maxscript, but when i created a camera nothing changed.
More info: I need to add all the lights listed in the ListBox to FumeFX. This is the code that does that: FumeGrp[i].lights = FumeLightGrp
If you replace line 73 with: [b]allNodes[/b] = getNodeByName lbx1.selected it works, but only with the selected item. Make sure line 74, has the …
Here is the script: Thanks Nahuel
allNodes = for item in listbox.items collect getNodeByName item Do i only need to change the “listbox.items” name? I get: Unable to convert: #($Omn…