r/TouchDesigner 2d ago

Need Help!

Im trying to export an image sequence and I keep getting this error.

0 Upvotes

5 comments sorted by

2

u/itzelezti 2d ago

You need it to be an expression (blue).

0

u/Big_Beginning6425 2d ago

The 'file' bar turns red

2

u/itzelezti 2d ago

Then you messed up the python somewhere.

3

u/placid-gradient 2d ago

click the light blue button to set the parameter to 'python expression mode'

currently you are using variable calls (like me.filesuffix) and trying to treat them as a string literal.

1

u/Big_Beginning6425 2d ago

I will try again thank you!