bonassus Posted May 22, 2021 Share Posted May 22, 2021 I'm trying to replicate the text effect shown at the beginning of the attached video. Where the characters are randomized and then are replaced with ordered text. I hacked together something that is nearly a solution however it still have issues. I'm packing the characters in the font sop by centroid in a loop and using the resulting points to copy the random characters. But the alignment is messed up. Maybe someone can suggest a way to align the randomized letters. Or maybe someone can sagest a better way to create this effect in Houdini. thanks! matrix_decrypting_text_v1.hiplc Quote Link to comment Share on other sites More sharing options...
Librarian Posted May 22, 2021 Share Posted May 22, 2021 @bonassus any Mograph-TEXT in chops play with setup . MOgraph.hipnc Quote Link to comment Share on other sites More sharing options...
bonassus Posted May 22, 2021 Author Share Posted May 22, 2021 Librarian, thank you for this very interesting set up. It is a useful effect and close to what I'm trying for. It swaps the position of the letters instead of changing the character value of each letter. Randomizing each character seems like something Houdini could handle. I think they should add an input on the font node. thanks, again! 1 Quote Link to comment Share on other sites More sharing options...
Alain2131 Posted May 22, 2021 Share Posted May 22, 2021 Hi bonassus ! You can get around the "input issue" with an expression referencing a string from somewhere else. In practice, you can use the details expression to fetch a string from a specific node. This allows you to do any manipulation to that string, and the Font will happily regenerate every frame. Here's my crude implementation of this idea scramble_text.hipnc 2 Quote Link to comment Share on other sites More sharing options...
bonassus Posted May 23, 2021 Author Share Posted May 23, 2021 Amazing! Exactly this. Thank you very much! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.