Hi!

Is tcl  faster than python inside nuke when you have to set knobs on a lot
of different nodes?
I had this impression and I was trying to convert all the simple
expressions inside my gizmos but I would like to be sure.
Also, is it possible to translate something like this

def saText():
    try:
        file = nuke.thisGroup().input(0).knob('file').value()
        text = os.path.split(file)[1]
        text = text.split('_')[0]
        text = text.split('.')[0]
        return text

    except:
        return 'Bad naming convention/location'

to tcl or I have to use python?

Thanks in advance!
-- 
*Luca Fiorentini - 3D Lighting Artist*
My Showreel <http://www.vimeo.com/lucafiorentini/reel> - My
blog<http://lucafiorentini.wordpress.com>- My
Flickr <http://www.flickr.com/photos/lucafiorentini>
_______________________________________________
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