string alphabet = 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'; s@letter = alphabet[int(@Frame - 1)];
…and there is a ‘text’ parameter for the Font SOP node.
How can I change the ‘text’ parameter on the Font SOP node in Vex? I'm pretty sure I've seen this done before in a tutorial video somewhere.
My goal is to render each letter of the alphabet into a separate image.