Jump to: Board index » General » Fusion

Cycle text every frame

Learn about 3D compositing, animation, broadcast design and VFX workflows.
  • Author
  • Message
Offline

Andrew Revvo

  • Posts: 67
  • Joined: Sat Dec 17, 2016 2:51 pm

Cycle text every frame

PostSat Oct 28, 2017 5:13 am

Hello.

I have Text node connected to pEmitter. How to get a different text on every frame to get unique particles?

I want to cycle every line on text node.

Thanks
Offline

Andrew Revvo

  • Posts: 67
  • Joined: Sat Dec 17, 2016 2:51 pm

Re: Cycle text every frame

PostTue Oct 31, 2017 6:14 am

I have already found a solution, using Lua script at the text node:

Code: Select all
Text(rawget({"Word1","Word2","Word3"}, 1+(time%3)))


Here 1+(time%3) is the index that cycles every 3 frames.

To make more words, add them to the list and change count.

Return to Fusion

Who is online

Users browsing this forum: No registered users and 30 guests