5

I have two texts I want to add together so they are on two consecutive lines. I have found the option to change line spacing so I assume there is a way to add linebreaks.
How can I add a linebreak to a text object with the animation nodes?

atomicbezierslinger
  • 14,279
  • 28
  • 42
schustudrai
  • 666
  • 1
  • 6
  • 22

1 Answers1

6

Characters Node in Animation Nodes

enter image description here

Line Break character is added to a list and then joined for output.

Click image above for larger view.

enter image description here

enter image description here

Animation Nodes. Search or Menu. Composed image above.

Menu >> Add >> Text >> Characters. AN Menus have many items which creates vertical size. Thus the large image to minimize vertical scroll at BSE.

atomicbezierslinger
  • 14,279
  • 28
  • 42
  • 1
    you can actually plug the "line break" directly into the join node "separator" input, so it happens between many lines if the case – o.g. Apr 16 '16 at 23:41
  • also worth mentioning that the sockets in "characters" can be hidden so the node becomes smaller – o.g. Apr 16 '16 at 23:43