Re: [Nuke-users] Switch Antialiasing via NoOp

2014-03-02 Thread Ergin SANAL
Hey Bob And Chris, Thanks a lot for help. Greetings. On Sun, Mar 2, 2014 at 7:03 PM, chris wrote: > also, it looks like there are some problems with the quote marks. this > works here: > > > ## Values are "low", "medium", "high" > x = "low" > > for n in nuke.allNodes(): > if n.Class()=='S

Re: [Nuke-users] Switch Antialiasing via NoOp

2014-03-02 Thread chris
also, it looks like there are some problems with the quote marks. this works here: ## Values are "low", "medium", "high" x = “low" for n in nuke.allNodes(): if n.Class()=='ScanlineRender’: n.knob('antialiasing').setValue(x) On 3/2/14 at 6:22 AM, richb...@mac.com (Richard Bobo) wro

Re: [Nuke-users] Switch Antialiasing via NoOp

2014-03-01 Thread Richard Bobo
Oops, lovely email formatting… You’ll need to indent that last line. Rich On Mar 2, 2014, at 12:17 AM, Richard Bobo wrote: > Ergin, > > You can run the code below in Nuke’s Script editor. Just change the value for > x and execute. All ScanlineRender nodes will get the same value. > > ## Val

Re: [Nuke-users] Switch Antialiasing via NoOp

2014-03-01 Thread Richard Bobo
Ergin, You can run the code below in Nuke’s Script editor. Just change the value for x and execute. All ScanlineRender nodes will get the same value. ## Values are "low", "medium", "high" x = “low" for n in nuke.allNodes(): if n.Class()=='ScanlineRender’: n.knob('antialiasing').

[Nuke-users] Switch Antialiasing via NoOp

2014-03-01 Thread Ergin SANAL
Hi There, I have a heavy comp which a lot of scanlinerender in it. What i wanna do is, I wanna control antialiasing value of all scanlinerenders with single slider, with noOp or switch node. I messed around in script editor but i gave uo, 07.00 AM here )) any advise will save a lot of time of