Notifications
Clear all
[Closed] How to turn on and turn off selected lights?
Page 2 / 2
Prev
Jul 21, 2005 10:37 am
I see,Thank you J_man
but thing that I want to do is
Select all lights and execute a script, all lights will turn off or turn on.
What shall I do? ?
Jul 21, 2005 10:37 am
[left]Turn on[/left]
[left]
[/left]
[left]for l in selection where superclassof l==light do l.on=on[/left]
[left]
[/left]
[left] [/left]
[left]Turn off[/left]
[left][left]
[/left]
[left]for l in selection where superclassof l==light do l.on=off[/left]
[left]
[/left]
[left] [/left]
[left] [/left]
[left]or make all of your lights unique[/left]
[left] [/left]
[left]J.[/left]
[left] [/left]
[/left]
Jul 21, 2005 10:37 am
I am really very stupid
Thank you j_man again!!
If you are free I want to invite you to have a drink !!
Page 2 / 2
Prev