I'm not the best at this by any stretch but isn't it

def print_value():

   if test_panel.check.value() == True:
       print "It's true."
   else:
       print "It's not true."
____________________________________

Howard

On 11 Nov 2012, at 09:28, Kristopher Young <youngkristophe...@gmail.com> wrote:

> def print_value():
> 
>    if self.check.value() == True:
>        print "It's true."
>    else:
>        print "It's not true."
> ____________________________________
_______________________________________________
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