The expression works like a charm, thanks!

Ben Dickson <mailto:ben.dick...@rsp.com.au>
January 28, 2016 at 3:52 PM
Splitting the "message" parameter seems broken/buggy. However you could workaround this via an expression like:

[if {[view] == "right"} {return "it's the right view"} {return "wrong view"}]



Frank Rueter|OHUfx <mailto:fr...@ohufx.com>
January 28, 2016 at 3:39 PM
if you don't use a keywrd argument it won't error:
node['message'].setValue("some text", "left")

However, I can't even set a value for different views in the UI, let alone python




_______________________________________________
Nuke-python mailing list
Nuke-python@support.thefoundry.co.uk, http://forums.thefoundry.co.uk/
http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-python
John Stewart <mailto:li...@stewartvfx.com>
January 28, 2016 at 2:55 PM
Supposedly you should be able to use something like:

    node['message'].setValue("some text", view="left")

But this errors. Is there a way to set text into a particular view pythonically?

Cheers,
John
_______________________________________________
Nuke-python mailing list
Nuke-python@support.thefoundry.co.uk, http://forums.thefoundry.co.uk/
http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-python

_______________________________________________
Nuke-python mailing list
Nuke-python@support.thefoundry.co.uk, http://forums.thefoundry.co.uk/
http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-python

Reply via email to