May 2001
1 / 5
May 2001
Mar 2021

Is it possible to unlink multiple objects from light in a more simpler way then just clicking each of them? I even thought to write a plugin that will replace Linker %[ ]. Grouping doesn't help at all. What should I do? I have A LOT of objects in my scene....


Dennis Sedov
1www.3dennis.com1

  • created

    May '01
  • last reply

    Mar '21
  • 4

    replies

  • 3.5k

    views

  • 3

    users

  • 1

    like

  • 3

    links

Select the light first and then add the objects to be unlinked to the selection and then run this script.

//---------------------begin
string $nodes[]=ls -sl;
string $light = $nodes[0];
for ($node in $nodes){

lightlink -break -light $light -object $node;
}

//---------------end

---a note from our sponsor---
Have you tried searching highend3d?
1

www.gmask.com

19 years later