You could use a Text Knob, and just format your array of strings into a single string with some sort of separator.
Or, if you can't settle for a separator that won't collide with any characters in your strings, you could pickle your string list/array and store it in a Text knob. On Tue, Apr 12, 2011 at 1:45 PM, Brogan Ross <[email protected]> wrote: > Hey everyone just curious if anyone else has tried this: I want to store > an array of strings in a node so I can call each string back later. For a > second I thought the array knob was the way to go but I guess it only stores > integers? Anyone have some advice? > > _______________________________________________ > Nuke-python mailing list > [email protected] > http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-python > >
_______________________________________________ Nuke-python mailing list [email protected] http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-python
