Johannes,
Awesome - thanks!
Rich
Sent from my iPod
On Apr 22, 2013, at 3:32 AM, Johannes Hezer wrote:
> Hi Rich,
>
> writeNode = nuke.createNode('Write')
> writeNode['views'].value()
>
> this gives you back a list of the "checkboxed" views in the write node...
>
> Cheers
> Johannes
>
>
>
ostings List Postings
> Cc: Nuke Python discussion
> Subject: [Nuke-python] Fwd: Multi-line scrollable text field
>
> HI,
>
> I sent the email below to nuke-python yesterday. Since I haven't seen any
> replies, yet, I thought I'd cross-post it here, too…
>
> -
Hi Rich,
writeNode = nuke.createNode('Write')
writeNode['views'].value()
this gives you back a list of the "checkboxed" views in the write node...
Cheers
Johannes
On 04/22/2013 03:24 AM, Richard Bobo wrote:
HI,
I sent the email below to nuke-python yesterday. Since I haven't seen
any r
I can’t quite tell what you’re after... are you looking to pull the active
views off a Write using Python?
-Nathan
From: Richard Bobo
Sent: Sunday, April 21, 2013 6:24 PM
To: Nuke-Users Mailing List Postings List Postings
Cc: Nuke Python discussion
Subject: [Nuke-python] Fwd: Multi-line
HI,
I sent the email below to nuke-python yesterday. Since I haven't seen any
replies, yet, I thought I'd cross-post it here, too…
-- I'd also like to ask another question that's related to the project I'm
working on: How do you access the selected/unselected value of views in a
Write node?